diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSite.md index 146fba396bcb..ba8816867aa7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetagroupsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupSite --- @@ -481,6 +481,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -817,25 +818,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -844,29 +855,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1211,7 +1236,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2166,6 +2191,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2608,7 +2634,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2622,11 +2648,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2770,7 +2796,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2778,7 +2804,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2786,11 +2812,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2883,6 +2909,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -2909,6 +2936,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -2979,6 +3007,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3325,6 +3354,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3408,6 +3441,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3606,19 +3679,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -3790,6 +3850,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -3994,6 +4070,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -4584,11 +4680,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4810,7 +4908,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5138,9 +5236,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5877,6 +5980,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5961,7 +6073,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6038,7 +6150,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6293,7 +6405,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7188,6 +7301,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7229,6 +7343,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7338,9 +7453,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7367,6 +7484,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7487,6 +7605,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7628,6 +7747,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7814,6 +7938,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8819,7 +8947,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9123,6 +9251,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9151,7 +9280,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9203,6 +9332,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9634,6 +9764,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -9970,25 +10101,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -9997,29 +10138,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10364,7 +10519,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11319,6 +11474,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11761,7 +11917,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11775,11 +11931,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -11923,7 +12079,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -11931,7 +12087,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11939,11 +12095,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12036,6 +12192,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12062,6 +12219,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12132,6 +12290,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12478,6 +12637,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12561,6 +12724,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -12759,19 +12962,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -12943,6 +13133,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13147,6 +13353,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -13737,11 +13963,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13963,7 +14191,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14291,9 +14519,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15030,6 +15263,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15114,7 +15356,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15191,7 +15433,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15446,7 +15688,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16341,6 +16584,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16382,6 +16626,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16491,9 +16736,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16520,6 +16767,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16640,6 +16888,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16781,6 +17030,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16967,6 +17221,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17972,7 +18230,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18276,6 +18534,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18304,7 +18563,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18356,6 +18615,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentModelToDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentModelToDrive.md index 0530e330f46a..ddf10452b193 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentModelToDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentModelToDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetagroupsitecontentmodeltodrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupSiteContentModelToDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentTypeCopy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentTypeCopy.md index bde587333fff..3a92f25506fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentTypeCopy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentTypeCopy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetagroupsitecontenttypecopy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupSiteContentTypeCopy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub.md index bdf41be8fbbc..0ca96f8987e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetagroupsitecontenttypecopyfromcontenttypehub Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteListContentTypeCopy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteListContentTypeCopy.md index 9cca4bd415c3..446a1d61962a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteListContentTypeCopy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteListContentTypeCopy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetagroupsitelistcontenttypecopy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupSiteListContentTypeCopy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub.md index 7e5fc2d2f00e..63decdc8c5f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetagroupsitelistcontenttypecopyfromcontenttypehub Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSite.md index afe66bfbcdd1..c5c0e0497498 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetasite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaSite --- @@ -383,6 +383,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -719,25 +720,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -746,29 +757,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1113,7 +1138,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2068,6 +2093,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2510,7 +2536,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2524,11 +2550,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2672,7 +2698,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2680,7 +2706,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2688,11 +2714,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2785,6 +2811,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -2811,6 +2838,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -2881,6 +2909,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3227,6 +3256,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3310,6 +3343,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3508,19 +3581,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -3692,6 +3752,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -3896,6 +3972,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -4486,11 +4582,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4712,7 +4810,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5040,9 +5138,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5779,6 +5882,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5863,7 +5975,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5940,7 +6052,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6195,7 +6307,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7090,6 +7203,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7131,6 +7245,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7240,9 +7355,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7269,6 +7386,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7389,6 +7507,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7530,6 +7649,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7716,6 +7840,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8721,7 +8849,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9025,6 +9153,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9053,7 +9182,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9105,6 +9234,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9474,6 +9604,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -9810,25 +9941,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -9837,29 +9978,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10204,7 +10359,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11159,6 +11314,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11601,7 +11757,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11615,11 +11771,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -11763,7 +11919,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -11771,7 +11927,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11779,11 +11935,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -11876,6 +12032,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -11902,6 +12059,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -11972,6 +12130,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12318,6 +12477,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12401,6 +12564,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -12599,19 +12802,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -12783,6 +12973,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -12987,6 +13193,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -13577,11 +13803,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13803,7 +14031,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14131,9 +14359,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14870,6 +15103,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14954,7 +15196,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15031,7 +15273,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15286,7 +15528,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16181,6 +16424,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16222,6 +16466,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16331,9 +16576,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16360,6 +16607,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16480,6 +16728,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16621,6 +16870,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16807,6 +17061,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17812,7 +18070,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18116,6 +18374,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18144,7 +18403,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18196,6 +18455,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentModelGetByNameToDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentModelGetByNameToDrive.md index 28d8da0c7641..bec80572610f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentModelGetByNameToDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentModelGetByNameToDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetasitecontentmodelgetbynametodrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaSiteContentModelGetByNameToDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentTypeCopy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentTypeCopy.md index 73a934b358c0..333fbd729fae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentTypeCopy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentTypeCopy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetasitecontenttypecopy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaSiteContentTypeCopy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentTypeCopyFromContentTypeHub.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentTypeCopyFromContentTypeHub.md index 79f67fb19c27..533e0a181e75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentTypeCopyFromContentTypeHub.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteContentTypeCopyFromContentTypeHub.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetasitecontenttypecopyfromcontenttypehub Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaSiteContentTypeCopyFromContentTypeHub --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteListContentTypeCopy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteListContentTypeCopy.md index aaab3943cc2b..ab4dd5ee64ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteListContentTypeCopy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteListContentTypeCopy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetasitelistcontenttypecopy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaSiteListContentTypeCopy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteListContentTypeCopyFromContentTypeHub.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteListContentTypeCopyFromContentTypeHub.md index ee78f2144839..fa5331e63d6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteListContentTypeCopyFromContentTypeHub.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaSiteListContentTypeCopyFromContentTypeHub.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetasitelistcontenttypecopyfromcontenttypehub Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaSiteListContentTypeCopyFromContentTypeHub --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaUserFollowedSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaUserFollowedSite.md index 35551f2920f4..c42bcfd8f0cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaUserFollowedSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Add-MgBetaUserFollowedSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/add-mgbetauserfollowedsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaUserFollowedSite --- @@ -513,6 +513,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -849,25 +850,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -876,29 +887,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1243,7 +1268,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2198,6 +2223,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2640,7 +2666,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2654,11 +2680,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2802,7 +2828,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2810,7 +2836,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2818,11 +2844,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2915,6 +2941,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -2941,6 +2968,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3011,6 +3039,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3357,6 +3386,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3440,6 +3473,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3638,19 +3711,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -3822,6 +3882,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4026,6 +4102,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -4616,11 +4712,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4842,7 +4940,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5170,9 +5268,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5909,6 +6012,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5993,7 +6105,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6070,7 +6182,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6325,7 +6437,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7220,6 +7333,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7261,6 +7375,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7370,9 +7485,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7399,6 +7516,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7519,6 +7637,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7660,6 +7779,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7846,6 +7970,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8851,7 +8979,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9155,6 +9283,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9183,7 +9312,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9235,6 +9364,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9666,6 +9796,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10002,25 +10133,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10029,29 +10170,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10396,7 +10551,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11351,6 +11506,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11793,7 +11949,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11807,11 +11963,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -11955,7 +12111,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -11963,7 +12119,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11971,11 +12127,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12068,6 +12224,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12094,6 +12251,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12164,6 +12322,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12510,6 +12669,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12593,6 +12756,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -12791,19 +12994,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -12975,6 +13165,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13179,6 +13385,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -13769,11 +13995,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13995,7 +14223,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14323,9 +14551,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15062,6 +15295,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15146,7 +15388,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15223,7 +15465,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15478,7 +15720,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16373,6 +16616,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16414,6 +16658,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16523,9 +16768,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16552,6 +16799,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16672,6 +16920,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16813,6 +17062,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16999,6 +17253,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18004,7 +18262,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18308,6 +18566,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18336,7 +18595,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18388,6 +18647,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Confirm-MgBetaGroupSiteInformationProtectionSignature.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Confirm-MgBetaGroupSiteInformationProtectionSignature.md index b5dc0873cb91..1de3fbe81133 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Confirm-MgBetaGroupSiteInformationProtectionSignature.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Confirm-MgBetaGroupSiteInformationProtectionSignature.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/confirm-mgbetagroupsiteinformationprotectionsignature Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaGroupSiteInformationProtectionSignature --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation.md index 084e7f72d3e0..52badb8503ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsitecontenttypetodefaultcontentlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation.md index e5798b6c5718..915f495e1ee2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsitelistcontenttypetodefaultcontentlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebook.md index b5e751d96f0e..7eff95595e9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotenotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageToSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageToSection.md index df35c37fdfb9..049991dbbf1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageToSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageToSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotenotebooksectiongroupsectionpagetosection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageToSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToNotebook.md index fdeafabff0c2..f3377039011f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotenotebooksectiongroupsectiontonotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToSectionGroup.md index 76ef43a165b6..8090d90bfffc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotenotebooksectiongroupsectiontosectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionToSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionPageToSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionPageToSection.md index c98aaab43f69..5e0ac64c1945 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionPageToSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionPageToSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotenotebooksectionpagetosection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteNotebookSectionPageToSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionToNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionToNotebook.md index 330da5f436cd..53c45d649d6c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionToNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionToNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotenotebooksectiontonotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteNotebookSectionToNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionToSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionToSectionGroup.md index c1c4702c8ae6..242ffc9f2e67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionToSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteNotebookSectionToSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotenotebooksectiontosectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteNotebookSectionToSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenotePageToSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenotePageToSection.md index 1c5423aaf4a1..2cc4d217aebe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenotePageToSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenotePageToSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotepagetosection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenotePageToSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionPageToSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionPageToSection.md index 1964051ff72e..8db0077ea574 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionPageToSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionPageToSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotesectiongroupsectionpagetosection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteSectionGroupSectionPageToSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToNotebook.md index 4112b091a52d..acf2da5b9674 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotesectiongroupsectiontonotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToSectionGroup.md index aac8e11cb5a8..00df8b0f62a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotesectiongroupsectiontosectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteSectionGroupSectionToSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionPageToSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionPageToSection.md index 15a77069b6dd..06a939c8714f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionPageToSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionPageToSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotesectionpagetosection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteSectionPageToSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionToNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionToNotebook.md index 8c942f717f12..4b30e63c2707 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionToNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionToNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotesectiontonotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteSectionToNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionToSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionToSectionGroup.md index 097b4618617e..06cb87e50e48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionToSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaGroupSiteOnenoteSectionToSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetagroupsiteonenotesectiontosectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupSiteOnenoteSectionToSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaSiteContentTypeToDefaultContentLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaSiteContentTypeToDefaultContentLocation.md index b6270342c959..c0c17e21e61b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaSiteContentTypeToDefaultContentLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaSiteContentTypeToDefaultContentLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetasitecontenttypetodefaultcontentlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaSiteContentTypeToDefaultContentLocation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaSiteListContentTypeToDefaultContentLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaSiteListContentTypeToDefaultContentLocation.md index cf08d166b58a..f66eac1c9e59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaSiteListContentTypeToDefaultContentLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Copy-MgBetaSiteListContentTypeToDefaultContentLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/copy-mgbetasitelistcontenttypetodefaultcontentlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaSiteListContentTypeToDefaultContentLocation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAdminSharepoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAdminSharepoint.md index f24b49e230f1..c69686fa2d41 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAdminSharepoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAdminSharepoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetaadminsharepoint Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminSharepoint --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAdminSharepointSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAdminSharepointSetting.md index 4b40f484e57c..d01ee08f7ff9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAdminSharepointSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAdminSharepointSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetaadminsharepointsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminSharepointSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAllSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAllSite.md index 89477abb7b7e..9cb601a44bff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAllSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaAllSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetaallsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAllSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSite.md index 8494745107b1..a45b30442a85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteActivityByInterval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteActivityByInterval.md index 1eb713c8bdae..717f7e6d4efc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteActivityByInterval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalytic.md index 0615be87d434..a32868a21e28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteAnalytic --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStat.md index 7050290c58d8..fb2bf6754aa9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivity.md index 2f33b436187b..b7113c10458d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteAnalyticItemActivityStatActivity --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount.md index 3d42c60d3fad..2179ffe5ebc7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteanalyticitemactivitystatactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem.md index e3e37f32ed96..39390aec0cf9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteanalyticitemactivitystatactivitydriveitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md index 8c13cf8f1f04..09b826b3bff5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteanalyticitemactivitystatactivitydriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md index 818d8a15d205..3c6106d3cba9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteanalyticitemactivitystatactivitydriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatCount.md index 5d248dfcf7a4..ef3caf077587 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticItemActivityStatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteanalyticitemactivitystatcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteAnalyticItemActivityStatCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticLastSevenDay.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticLastSevenDay.md index 837cc0aedbfb..bebcecbae617 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticLastSevenDay.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticLastSevenDay.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteanalyticlastsevenday Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteAnalyticLastSevenDay --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticTime.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticTime.md index 01165983ef00..9b258c4c1afb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticTime.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteAnalyticTime.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteanalytictime Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteAnalyticTime --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteApplicableContentTypeForList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteApplicableContentTypeForList.md index fed19c929169..86804eeb532e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteApplicableContentTypeForList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteApplicableContentTypeForList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteapplicablecontenttypeforlist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteApplicableContentTypeForList --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteByPath.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteByPath.md index 16f5f2c6e6b8..d4def950c6b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteByPath.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteByPath.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitebypath Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteByPath --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumn.md index 35c8e687b6bd..541f7e53087a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumnCount.md index fca4e51a8c4b..7553813d9383 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumnSourceColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumnSourceColumn.md index 1ed62d4450ef..4383294c6a10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModel.md index 29648b072262..6cf7af8c66d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontentmodel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentModel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelAppliedDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelAppliedDrive.md index 89108f21a51c..d4031c693cbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelAppliedDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelAppliedDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontentmodelapplieddrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentModelAppliedDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelByName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelByName.md index 645c3fe77e2d..5d2424be8274 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelByName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelByName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontentmodelbyname Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentModelByName --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelCount.md index 732a1fcc3acc..86c4c46cde0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentModelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontentmodelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentModelCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentType.md index 7e4497f6ad4c..8495748e5548 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBase.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBase.md index 326275bffe08..fc8718de121f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBase.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypebase Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeBase --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBaseType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBaseType.md index d12ca1e4c0c8..5fed3e68de5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBaseType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBaseType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypebasetype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeBaseType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBaseTypeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBaseTypeCount.md index 64dde9103b2b..53d0226064bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBaseTypeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeBaseTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypebasetypecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeBaseTypeCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumn.md index 9f8cd020c999..9f0a25528bef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnCount.md index a158073f76d5..465abef29dcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypecolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnLink.md index 9a063e6f3e6f..286e14615ff1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnLinkCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnLinkCount.md index e2c8109a2721..248d7f64becc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnLinkCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnLinkCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypecolumnlinkcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeColumnLinkCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnPosition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnPosition.md index c13d37394401..99fc0473020f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnPosition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnPosition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypecolumnposition Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeColumnPosition --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnPositionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnPositionCount.md index acde788a545a..5bec5835fa94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnPositionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnPositionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypecolumnpositioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeColumnPositionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnSourceColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnSourceColumn.md index eeb9d16338de..5bc87722c603 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypecolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeCompatibleHubContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeCompatibleHubContentType.md index abdc64643e5c..1382fcfad2ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeCompatibleHubContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeCompatibleHubContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypecompatiblehubcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeCompatibleHubContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeCount.md index 1d402fe81dcf..d8861aa9efe4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteContentTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecontenttypecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteContentTypeCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCount.md index cccbdf9b6036..4e3401d9926b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUser.md index e9475c6ae622..7a93793385c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserMailboxSetting.md index a33be72695bd..6fe1ebce779d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError.md index a606792d9cb8..d3273c19fd7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount.md index a949319256db..f21836d85e30 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitecreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDefaultDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDefaultDrive.md index 52d1d104026f..4e3dcfd21456 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDefaultDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDefaultDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitedefaultdrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteDefaultDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDelta.md index f014961f7883..2a3597839573 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteDelta --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDocumentProcessingJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDocumentProcessingJob.md index 895ad661b3c2..d2c0fdc55cf5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDocumentProcessingJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDocumentProcessingJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitedocumentprocessingjob Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteDocumentProcessingJob --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDocumentProcessingJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDocumentProcessingJobCount.md index cbd0e058de76..30405dec266e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDocumentProcessingJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDocumentProcessingJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitedocumentprocessingjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteDocumentProcessingJobCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDrive.md index 8ff9482184f8..aff4687158a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitedrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDriveCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDriveCount.md index 928dc2ae0001..6ab461939190 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDriveCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteDriveCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitedrivecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteDriveCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExtension.md index 980b978de8d5..467921811961 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteextension Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteExtension --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExtensionCount.md index 1fb31d8f626b..d3f24a1838ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteExtensionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExternalColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExternalColumn.md index 7b4a6db7dc53..9306c39127d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExternalColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExternalColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteexternalcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteExternalColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExternalColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExternalColumnCount.md index 80dd23959bc3..903deb59ad6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExternalColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteExternalColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteexternalcolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteExternalColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPath.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPath.md index 114b58cf2f4e..8e2eee252ce0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPath.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPath.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypath Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPath --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathAnalytic.md index 378663ae4c42..5d829539eb18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathAnalytic --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathColumn.md index a2a4b1d2b902..e77576038dcd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathContentModel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathContentModel.md index 667a4211edb5..c3be5e9885b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathContentModel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathContentModel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathcontentmodel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathContentModel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathContentType.md index a8e0f357e8f2..90838786b418 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathDocumentProcessingJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathDocumentProcessingJob.md index cfb10fae91c2..767154d526b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathDocumentProcessingJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathDocumentProcessingJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathdocumentprocessingjob Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathDocumentProcessingJob --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathDrive.md index bf589768db9c..953c12f8b807 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathdrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathExtension.md index 1bb1fc8f674e..791689600609 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathextension Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathExtension --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathExternalColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathExternalColumn.md index 181278fc8fb5..109f2a9f9de1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathExternalColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathExternalColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathexternalcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathExternalColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathInformationProtection.md index 45a1baf7ae1c..3f0befae93bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathinformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathInformationProtection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathItem.md index ffd43ac19e93..4bcb2a74840f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathOnenote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathOnenote.md index 46fb5480010b..9eb71af55f0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathOnenote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathOnenote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathonenote Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathOnenote --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathOperation.md index 04a364e458e5..3902d36fe1d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPage.md index 4abc31ea4fb2..c1a6802675a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPageTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPageTemplate.md index 4f16c03b320a..66f61b2772f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPageTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathpagetemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathPageTemplate --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPermission.md index 463e67825199..f9bd3850956c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathRecycleBin.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathRecycleBin.md index 0096bb195b19..52357726e776 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathRecycleBin.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathRecycleBin.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathrecyclebin Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathRecycleBin --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathSite.md index 33c03991242f..ed6b12bbe3bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathTermStore.md index a5452c7aa676..440e96e6d773 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetByPathTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetbypathtermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetByPathTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser.md index bc600cef99fb..28f76ae1f6ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetgraphbprepathcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser.md index 6c0a1547511f..0b5fb416f54a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitegetgraphbprepathlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtection.md index ab05028e9588..fe3ad45a314f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlocker.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlocker.md index 1b4f8dc21cdf..a3571ca9f381 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlocker.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlocker.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionbitlocker Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionBitlocker --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey.md index 984b8a4d25ad..938102d52e06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionbitlockerrecoverykey Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount.md index 23416b954b78..8127d651c140 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionbitlockerrecoverykeycount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md index db4107a78382..3bae7659320b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount.md index 11431c6e93c6..f66336730497 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectiondatalosspreventionpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicy.md index b856b1c9039f..a4512c9e65ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicyLabel.md index 191e759d7a7d..a2fde0893877 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionPolicyLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount.md index 0b8ad480af46..28bde5b817d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionpolicylabelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabel.md index 34aced8a417e..649417518ad7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount.md index e25a0f40c4ad..00440e0f293d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionsensitivitylabelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelRight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelRight.md index 33dc5f2c9070..ae5559d8b563 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelRight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelRight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionsensitivitylabelright Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionSensitivityLabelRight --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md index b564fa844a43..977a862b03dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount.md index fa6ccf36174d..0af99b5e7c9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionsensitivitylabelsublabelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelRight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelRight.md index a41fb25d70bd..7db833d0df1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelRight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelRight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionsensitivitylabelsublabelright Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelRight --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md index 7b3f82963287..9af5726baab6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionsensitivitypolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md index 8807643d037d..e68d28455b17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount.md index 165f7dcd2563..3c600685c047 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionthreatassessmentrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md index 43a52319010c..41f8e15f2c6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount.md index c866cc577061..7ec06c3209b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteinformationprotectionthreatassessmentrequestresultcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItem.md index 8216caf2e66c..94c559700346 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemCount.md index aa77a20e5c24..c3614eda8aca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteitemcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteItemCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUser.md index be4581cf732d..0eb7ca5f0ff5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting.md index 03184ec95fcd..36418b5f712c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError.md index bd1d479bc795..9670c16808ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount.md index da7e4488d2fd..c30d0908474f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUser.md index 1615f69058e6..e5a20524ea5a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting.md index 4c164ca05ed7..f0983ba27f78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError.md index 5c3d29534d29..51f70c19ceaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount.md index e2ee7a851ce2..543f39e1b219 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteList.md index 95825ee0ed57..2509b8a5d45a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteList --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListActivity.md index 8ac080a0ea98..d410c302463f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListActivity --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumn.md index c0874b8b2028..2d7c9c03ca6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumnCount.md index 2a587a181d0c..e997ed92c740 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumnSourceColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumnSourceColumn.md index b440350e9194..8d364a4851c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentType.md index dd3008876e14..bef1b5288c48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumn.md index f404236b6c55..f7197c79c05d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnCount.md index 60cb2dc1de85..2bfb5420b5c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcontenttypecolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListContentTypeColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnLink.md index 4894122b7558..5745ca2700c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnLinkCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnLinkCount.md index 08564948baaf..c0b6e9700b20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnLinkCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnLinkCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcontenttypecolumnlinkcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListContentTypeColumnLinkCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnPosition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnPosition.md index d66cee8c56a4..803f32cc978b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnPosition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnPosition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcontenttypecolumnposition Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListContentTypeColumnPosition --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnPositionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnPositionCount.md index 86699ebe6d4a..8b629da6af31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnPositionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnPositionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcontenttypecolumnpositioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListContentTypeColumnPositionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnSourceColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnSourceColumn.md index 4a13bf4a816e..36f873ad0a95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcontenttypecolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListContentTypeColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType.md index 6700e5ce8d7e..b3aadd2f50f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcontenttypecompatiblehubcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeCount.md index d9be3e9ca2cf..658bd08d1ceb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListContentTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcontenttypecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListContentTypeCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCount.md index 89941c249812..932e6baa27b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUser.md index 5303d2003a65..1349b53ce4d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserMailboxSetting.md index ff96feac1ee9..3b5eb74c3421 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError.md index 4109c9e8ea2c..14fd0af36e12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount.md index 68e40831e3d1..11bc6e6069d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListDrive.md index 7197a29efc3f..b51ba83e162f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistdrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItem.md index 4f8c8cbcad12..69fbf621aee6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivity.md index 36b44b651cd4..a14c20cdaadf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemActivity --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityByInterval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityByInterval.md index 61b2675622a7..9d8df30fa752 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityCount.md index 7e2a0b7562f3..01a882b18715 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemActivityCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItem.md index 2a77654720bd..89b05ebe7831 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemactivitydriveitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemActivityDriveItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItemContent.md index 7557e31e0730..75662e7c23ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemactivitydriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemActivityDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItemContentStream.md index bb84d4990c55..c1ebffd75405 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemactivitydriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemActivityDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityListItem.md index e7f319909d52..7149a5f3d43c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemActivityListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemactivitylistitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemActivityListItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemAnalytic.md index ececf343cb6f..b8c913d67fd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUser.md index 6a11b92a80f0..6adffa7e536c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting.md index 06b819c1a597..1531cc940ad7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError.md index a271ea09e4c9..98994d2be4b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount.md index 3b783dafca4c..ca4d9c770f14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDelta.md index 0335ea2bbded..ada3c954699c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemDelta --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersion.md index b61e5fc0946e..31406348d28c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersionCount.md index a6c1f44c23d2..21aeeaf7e54f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersionField.md index be1c4b021a75..9c172191918f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItem.md index 61b1e8970f2f..3d7b1052e360 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItemContent.md index c1bdafbf26a8..59faf332407f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItemContentStream.md index f73882db33aa..294809f31b5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemdriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemField.md index ccf44923f99e..cb445161eef7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemPermission.md index bde0d08d6fe0..a5a6f8c71973 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitempermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemPermissionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemPermissionCount.md index 117a0619f50e..ccfe41454e84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemPermissionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitempermissioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemPermissionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersion.md index 53801753a4d5..813f08e7fbb7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersionCount.md index f33c739c1bae..06d4474929ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersionField.md index 357fbaf9749b..800f75a504e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListOperation.md index aa5fd442a0cc..843cf3386e4b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListOperationCount.md index 307ff45148f3..0a1953abc9c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListOperationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListPermission.md index 67ca18ffe468..517dbbe50ebc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListPermissionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListPermissionCount.md index b3c9a455d3a4..16a44fb49cab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListPermissionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistpermissioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListPermissionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscription.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscription.md index 85823415ba33..7a80becf1cc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscription.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistsubscription Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListSubscription --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscriptionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscriptionCount.md index e41e0493f4b0..deb89cfd31e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscriptionVapidPublicKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscriptionVapidPublicKey.md index 14691d25bf28..3d2aa915d43c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscriptionVapidPublicKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteListSubscriptionVapidPublicKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitelistsubscriptionvapidpublickey Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteListSubscriptionVapidPublicKey --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenote.md index f358c46cfbfa..d039b0dfb4ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenote Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenote --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebook.md index f163eed03ebc..aa9dd3748f6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookCount.md index c67e29172a32..f3b32664e06b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebookcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookFromWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookFromWebUrl.md index a11aafd3d3bd..cd26b4a10b13 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookFromWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookFromWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebookfromweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookFromWebUrl --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookRecentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookRecentNotebook.md index 0a853fc0434c..a823dee5b1c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookRecentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookRecentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebookrecentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookRecentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSection.md index 9feeb1f23c07..9eab60c170d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionCount.md index df814014de9a..c9295da4ef98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroup.md index a6e4db455348..5b4a50afed12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount.md index 28409f9d7200..8b34064c8cd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook.md index 652fa0dc20d3..6b93a393b049 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup.md index 5a085d5c78cd..f5594ff5e339 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupparentsectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md index 10c8bb80b258..76091ba54d9f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount.md index afc62f9cc8d8..3f3d40faa7a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupsectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md index 82ddbdff20c0..1c6be436bbdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupsectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md index 2050e0736183..0f9a5b997e39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupsectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount.md index 16c2f5104679..4679156a2e87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupsectionpagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook.md index bd7ac160e185..ee522f98fe7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupsectionpageparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection.md index d8b006f7b2b3..23b4424ee129 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupsectionpageparentsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook.md index db6cd26ef551..420df31a48e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupsectionparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup.md index 718a126e4bec..ccd2d4b75035 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectiongroupsectionparentsectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPage.md index 0ec811b0030e..b077f112fe11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md index 2145282a6cad..24a0372e0dc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount.md index bb7d3c2daf43..d8abf1c7cb0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectionpagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook.md index da6e1b2ca272..b5d41b7baa03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectionpageparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection.md index 6dfffa023ece..1d0407fb4600 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectionpageparentsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook.md index e688ad3890ee..87c202ee2546 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectionparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup.md index 5972e3811b00..c533956db676 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotenotebooksectionparentsectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteOperation.md index 5e15181cd975..145f4d1cfb27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenoteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteOperationCount.md index 42332157d4e2..bf062f3b0fdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenoteoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteOperationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePage.md index c71ac085803d..041d9f31229a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenotePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageContent.md index 82a6b4be68f8..6e413bcf7ac2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotepagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenotePageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageCount.md index a892eb58a232..c2547ecda632 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotepagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenotePageCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageParentNotebook.md index baa96a02dc80..1b6fd4b91fa9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotepageparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenotePageParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageParentSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageParentSection.md index e67566001b39..4b79087a6e1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageParentSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenotePageParentSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotepageparentsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenotePageParentSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResource.md index 7f135a9676c6..523aa0217d80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenoteresource Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteResource --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResourceContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResourceContent.md index 95695dcb6193..5c8ddc669934 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResourceContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResourceContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenoteresourcecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteResourceContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResourceCount.md index e73ad500c235..2b2d737cc122 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenoteresourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteResourceCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSection.md index 88f6fbe6513f..399e41a08fe3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionCount.md index 1babbdd9f3ff..d66fabc13d6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroup.md index c52bd6667d80..0fb72c3ca08e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupCount.md index 90ecb16d1a6c..9a8567380684 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook.md index a616caaf40b3..dd70404ce10b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup.md index 3893bf8b4856..699709d3003b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupparentsectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSection.md index 6aff6a9fb5f0..f0ca5666adf8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount.md index c98da4b494de..9cb6fa05be45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupsectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md index c00effa7691a..f63b76f9545e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupsectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md index c26056f0847b..d95104f13f2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupsectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount.md index 08ed5a13df3d..6a1ad9ba0cbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupsectionpagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook.md index 354709f104d7..59ad5179c9cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupsectionpageparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection.md index bce726cb84cc..62852818aa2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupsectionpageparentsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook.md index c7748e0b0da4..6c75e05d41d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupsectionparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup.md index cda3bb50622f..bf24addfddc8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectiongroupsectionparentsectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPage.md index 5f79e217fa24..e9e97f9faa97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageContent.md index 5532ed560384..773a6d3b0495 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageCount.md index e789524c50f3..c3a9c41febef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectionpagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionPageCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook.md index f3486095098b..cefc12644075 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectionpageparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageParentSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageParentSection.md index 74815bb83910..22a7e8b1d590 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageParentSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionPageParentSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectionpageparentsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionPageParentSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionParentNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionParentNotebook.md index b098ce158552..d2b9bf878266 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionParentNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionParentNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectionparentnotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionParentNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup.md index 174707c62436..1e59a95504c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteonenotesectionparentsectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperation.md index c0ff8ce31c34..c091314b322b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperationCount.md index 10a45a2f3880..aa189a1c7a0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOperationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperationStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperationStatus.md index 1b6ed5199140..e8060e6bd284 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperationStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteOperationStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiteoperationstatus Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteOperationStatus --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePage.md index 6e9b017db5f2..831a205428ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePage.md index 54c61e131569..d154e364ab4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayout.md index 41caf2ded69b..a01df0dcfa65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecanvalayout Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCanvaLayout --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md index 862273d64783..556180e5fa78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md index 37e904b5c411..404dd58dcc59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount.md index 7ef65c1a4278..8880a5215f25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md index 924557447bff..5c6fe91262c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount.md index 5c4b73a476b3..a7cc9c687107 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncolumnwebpartcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount.md index 6d28a7f2c6be..5acbcaba92e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md index 08cb3d7f2e94..fad848469bef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecanvalayoutverticalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md index f9ef47c218cc..55b81c1c957f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount.md index 5046553cbf18..05e145f226ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecanvalayoutverticalsectionwebpartcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUser.md index fc53f19901a4..25218e28ccc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting.md index d128d989dfab..727a80ac3c72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError.md index 58e58f820226..2960559aaa35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount.md index 1c6422ac5646..3055a074581c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagecreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser.md index 5c87a1cd5abc..42cea93d6771 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting.md index bbb1a2bd9df3..29df8b314063 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError.md index 0b3503399868..00498360fdb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount.md index 8345ff7dc5b1..162a0e21e963 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageWebPart.md index 30caf5f31531..367cd560b7be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageWebPartCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageWebPartCount.md index 7c420a292fd5..0ab2d8416357 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageWebPartCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageAsSitePageWebPartCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepageassitepagewebpartcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageAsSitePageWebPartCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCount.md index 8ff91b936950..db54e7de6176 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCountAsSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCountAsSitePage.md index d7bf137d51d5..540aad6fef3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCountAsSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCountAsSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagecountassitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageCountAsSitePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUser.md index 8ee6c101a442..3ec1d8002dab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagecreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserMailboxSetting.md index 8b4b0487ffd7..a5af42b77490 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError.md index 38954bdffc53..1a5e34261a75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagecreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount.md index 7e1c8add56dd..be73265e60fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagecreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUser.md index 8b0fb5ab0134..b983047fc1d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting.md index 2ad84c08a802..157018c57038 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError.md index 1d31bbc0d132..7a1df9999a56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount.md index 9b9b6fb30662..72c65aab896b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md index 188ceec64dd5..9d4dbb53c8f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagemicrosoftgraphsitepagecanvalayouthorizontalsectioncolumnwebpartpositionofwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md index bbd2f68162ac..8c02056e2eed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagemicrosoftgraphsitepagecanvalayoutverticalsectionwebpartpositionofwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart.md index 5688fd77b900..ac5d6521ac6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagemicrosoftgraphsitepagewebpartpositionofwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplate.md index a844660b5400..738e6c37cf33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplate --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayout.md index 31cf6aa786fd..c060e4826798 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayout Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayout --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md index b454e8447534..d6f77de7fae4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md index ee24f350e41d..bd4b3b1e8cb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnCount.md index c3aa50d55b9f..ed1df29a7475 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md index 2877fea1a36d..b7504badd80e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartCount.md index 9666a7ecd60b..7862a69314f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumnwebpartcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md index ee5914b32554..ee90c8402906 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumnwebpartpositionofwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionCount.md index b78cfaa31faf..c6f7f9dc19fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md index 367c14d066e7..952901ddc052 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayoutverticalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md index f21b5ac84120..776479b080a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartCount.md index cfa05ce81b82..4099a4d6c779 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayoutverticalsectionwebpartcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md index 6fe91ef6e5d7..8edcf30f735b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecanvalayoutverticalsectionwebpartpositionofwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpartPositionOfWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCount.md index 6e63c72d4584..859d95f62ef8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUser.md index b2773e76a471..b12e10290713 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting.md index 171a43bcb7f5..9d0a6f6edb66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningError.md index c79cbfbb9ef7..ff6819141160 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningErrorCount.md index 05928ecbf29c..db69f26467d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatecreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUser.md index b30b76d38e8a..029fd30ccfa0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting.md index 173504527526..8872e41fac29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningError.md index 99fb5f16fa39..337068b6148a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningErrorCount.md index f40f0fdd8300..a05652d07f91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPart.md index 083c5160d768..a330e8f0fb1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPartCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPartCount.md index 1b3e1ddca0d2..e47ff2d716bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPartCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPartCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatewebpartcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateWebPartCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPartPositionOfWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPartPositionOfWebPart.md index 328fd285eee5..903aa4c3eadb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPartPositionOfWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePageTemplateWebPartPositionOfWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepagetemplatewebpartpositionofwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePageTemplateWebPartPositionOfWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePermission.md index 46a5d1439c4d..224a523cffa4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePermissionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePermissionCount.md index df66e1ce0937..02400d31e841 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePermissionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSitePermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitepermissioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSitePermissionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBin.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBin.md index f187ced8a6a9..9a9cebe7f463 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBin.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBin.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebin Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBin --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUser.md index 9f5d27c52209..5a2b09ab5b58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebincreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting.md index ae24c986e891..509ec2b68469 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebincreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError.md index 89f467968133..4f2e84d718c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebincreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount.md index 86c8af296fe3..34fee7a0bcdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebincreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItem.md index 77e5aaa60abc..6439e9fd75c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCount.md index 48352f158ad0..257f850507e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinitemcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinItemCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUser.md index fa659798b45e..9f4cc15a8d6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting.md index 4fb5ffbd8d83..96ef19086ebc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError.md index 2bb3242b722e..3035caf7b4cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount.md index 53c6dda33ba3..d28b36b05950 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser.md index 3532e24321c2..588571d621d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting.md index 25cdfa9043b1..61487e900f40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError.md index 34a43659d2e8..a310f5049754 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount.md index b1ac3542c2dd..1adf620cea4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUser.md index 2ae47d04abc4..49ce550cbcde 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting.md index 522a2489a269..955b71962b1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError.md index 57ef10e732f5..e4c3be814564 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount.md index 20f4350843c5..40e9eae83e89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsiterecyclebinlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStore.md index b6d37b2b9ea7..d8a1b289c6ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroup.md index 1a32b902d2e0..e5e83bb2da39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupCount.md index a9cb937886f7..7e186aa7d6e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSet.md index e3ae58c2648b..d95e5e890718 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChild.md index 5fca467b1e0f..009125fa807a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildCount.md index 900491c7f3a2..7ca397fd1dd3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelation.md index 9dfbbb3f78e6..09fd4c6ca6fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount.md index 8fa9fa3fd929..5baab5417310 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm.md index c35fe2bdef78..de62730b44a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet.md index d5815a1905e0..b4ae3e9b2a64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm.md index d91fc5715bc2..280bfb2f860d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildSet.md index 899fdfd0a5c7..c0f3522d5e94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetCount.md index ab10be11fecb..376b35d6f9f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetParentGroup.md index cdd63b3c8cf7..5f7d96988d58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelation.md index d870bc64e1db..fd9b47041c1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationCount.md index 8aa470c7818b..7654c1290661 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm.md index 0051fbbed9a2..d27f47501652 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationSet.md index 764d6e978c5e..e54aca40a623 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm.md index a9799507f989..2833687744ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTerm.md index 1d6bebbef2ad..c85c357f7c11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChild.md index 82f16a03c482..d1310e6083a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount.md index 2ee4cfdd686d..6265ba083722 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md index f7ecd10acf7c..2cea3488a830 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount.md index f87540848709..8d830c3e011e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm.md index f5061022cb28..b333bdf8c16e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet.md index b25c4fd3a55f..d29e9e5b29b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm.md index 4091c0d0dde5..cbfe294aab80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet.md index b61531fb6fe3..038132a55b98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermCount.md index f715eeb58bf0..1baa46bdd9e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelation.md index f4501c1cc098..46984a9fc991 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount.md index c930e0a08825..b4b9d38f4362 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm.md index 4b7118c1aa80..e36dd154be36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet.md index bff51b1dab27..e2fd957ef485 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm.md index ac9d19349776..0b715eb2b7dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermSet.md index bafdf8164804..9008e140fb1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreGroupSetTermSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoregroupsettermset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreGroupSetTermSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSet.md index 183cc44a84a1..3587b5f093c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoreset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChild.md index 8697d51f5267..1ec35a0337d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildCount.md index a81da7c6fa88..e9acda86bb8e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelation.md index ba693c2567a2..7626e83883f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationCount.md index dcc42fab8cc1..6832ab82d208 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm.md index 5f8c0137a458..09735f07da01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationSet.md index ff7ca3da4f46..b9f944fcf210 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm.md index ef6bd51dd15b..23de28339cf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildSet.md index 575efaa30ba5..ba54d23037c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetCount.md index ce20244f6efd..b855c68bd7e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroup.md index 01a82a535da5..7b9274f2b09e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSet.md index a38c1f245ecd..3f66e1f35313 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md index 3c326ee62009..6ea00660d69c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount.md index acca345ae47e..28d2a5026bd9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md index 011d41d14413..52290f3e14d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount.md index 58478d7a2134..d30f63eee024 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm.md index 628d42c61c7b..77b76220fb04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet.md index c0125f6ee994..155b494f540c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm.md index 8002884bac17..6868097add6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet.md index 04f6ac198bff..8808c38ea999 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount.md index 4362ac2dbf8f..dc99a47c99fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md index 425eb335e6ce..79a4d33de234 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount.md index 50e70eabf5d2..565702c16b55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm.md index 8b57c581978e..307c3a8828b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet.md index 667d9db3dd85..14866c9e4b56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm.md index fa249c3ac88e..b7a30c01123b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md index 9d9c6d9a0851..45f7d5b8d87c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md index bed9fff8e0db..d37abce1df44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount.md index aa17b47fc2ef..d9bf43fcda4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md index c434ed02dea7..599a0b583007 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount.md index f9228f967080..da3d83ea0c26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm.md index b63f643b6a93..8986183e090c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet.md index b548bce457c2..b761e0ad6402 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm.md index d89d5d8bbe15..16218e47233a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet.md index 10d8c37654a0..c386b61cddfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount.md index 18e03ba53fd1..a4d466dc7769 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md index 329e7b852b09..06acfded1100 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount.md index 1b24399bb62a..16d3254759ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm.md index 7150c2d8b60a..c13021328b78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet.md index a4b8793acc69..78336a7a31e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm.md index 3e3d5cc1832c..d0ada43e6db1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet.md index 7c23a4022661..919ebed671f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetparentgroupsettermset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelation.md index 4c4d5d77cec8..371ff53a240b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationCount.md index bda705973b66..0d93dc19834d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationFromTerm.md index c19b3469ffce..f4819d676b8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationSet.md index 07282841950f..415bb74c48f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationToTerm.md index a698d6953bea..2607bbd6a689 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTerm.md index 35731ac742c7..ea67de7d2515 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChild.md index 0647fe9e2545..b651bdeeb6fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildCount.md index 635e36224942..66de2b14ab23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelation.md index 09f0544bc324..c80453a2d33b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount.md index 95868577769c..1be85d36be00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm.md index 15b7ddb52194..3446855e4aa2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet.md index f1316e83a23c..5518e979b67e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm.md index ff99cdd6557e..1fbf202b2b38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildSet.md index 7440b14033b1..7a90b66b834a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermCount.md index 372fffcacdc6..57461bc05238 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelation.md index cf2399f0421a..6070e2a5b553 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationCount.md index 467ec90af357..af60d023cd74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm.md index 6777a4588c95..0df44c444ff1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationSet.md index 0d86fd76b0ce..0bd66feeddf4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm.md index 4180f53ca99a..7360a1fca4dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermSet.md index 92c0c9326859..78685e4424f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSiteTermStoreSetTermSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsitetermstoresettermset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSiteTermStoreSetTermSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSubSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSubSite.md index 9b836fb0ceed..0572ecbc8f0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSubSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSubSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsubsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSubSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSubSiteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSubSiteCount.md index 6fc9e4e08ddd..db3194952a38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSubSiteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaGroupSubSiteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetagroupsubsitecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupSubSiteCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSite.md index fc3d968b916d..4eb4c26a9dff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteActivityByInterval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteActivityByInterval.md index 5aabd8eefedb..0f9163fc8814 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteActivityByInterval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalytic.md index 651a415ca9b5..54edc84284ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteAnalytic --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStat.md index 8181aacfc299..7b6e95ed36ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivity.md index 1ffa71b9be28..427a5789b608 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteAnalyticItemActivityStatActivity --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityCount.md index e466a948d204..d0b13d22d0c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteanalyticitemactivitystatactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteAnalyticItemActivityStatActivityCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem.md index 62bf1cdca360..6abdc6e2a8c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteanalyticitemactivitystatactivitydriveitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent.md index 878e69472188..16e1d57e5c3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteanalyticitemactivitystatactivitydriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream.md index 0154d7608a87..a159a9406856 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteanalyticitemactivitystatactivitydriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatCount.md index 5d4a61da5455..a26ca697a823 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticItemActivityStatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteanalyticitemactivitystatcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteAnalyticItemActivityStatCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticLastSevenDay.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticLastSevenDay.md index b559de327aa6..9522e8f12960 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticLastSevenDay.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticLastSevenDay.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteanalyticlastsevenday Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteAnalyticLastSevenDay --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticTime.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticTime.md index 7716dd2b512f..575a8937ff9f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticTime.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteAnalyticTime.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteanalytictime Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteAnalyticTime --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteApplicableContentTypeForList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteApplicableContentTypeForList.md index 78c4e0d2c813..eda441f3a0ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteApplicableContentTypeForList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteApplicableContentTypeForList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteapplicablecontenttypeforlist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteApplicableContentTypeForList --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteByPath.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteByPath.md index 9cf69459701b..9cfc8389eae1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteByPath.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteByPath.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitebypath Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteByPath --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumn.md index 4118a8aaf821..695c2c82fc32 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumnCount.md index b84541eef94b..b8e918f35025 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumnSourceColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumnSourceColumn.md index 29a862ad380d..5d23c13af3bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentModelGetByNameAppliedDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentModelGetByNameAppliedDrive.md index 345159d0abce..41d8c4525d26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentModelGetByNameAppliedDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentModelGetByNameAppliedDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontentmodelgetbynameapplieddrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentModelGetByNameAppliedDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentType.md index bb519cf13f59..a34b5fa1e669 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBase.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBase.md index 3a95df2bbf8e..9555f17d7e6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBase.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypebase Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeBase --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBaseType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBaseType.md index be7bf892839c..7910a4826ad1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBaseType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBaseType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypebasetype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeBaseType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBaseTypeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBaseTypeCount.md index e6a8fbdb6166..cc21e663a19d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBaseTypeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeBaseTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypebasetypecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeBaseTypeCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumn.md index d7e3ba254c4f..1c98d5ff8bc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnCount.md index 75b6560c7dd3..0725640c155d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypecolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnLink.md index 7ccefbe0b845..5b3629493430 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnLinkCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnLinkCount.md index 3979c27f867b..842e83d694ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnLinkCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnLinkCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypecolumnlinkcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeColumnLinkCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnPosition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnPosition.md index 1630aeab1ec6..9f1750fdd7b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnPosition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnPosition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypecolumnposition Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeColumnPosition --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnPositionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnPositionCount.md index 784022f85d06..6422151e773f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnPositionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnPositionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypecolumnpositioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeColumnPositionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnSourceColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnSourceColumn.md index 022d8b4f763f..7c1d74fc71d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypecolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeCompatibleHubContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeCompatibleHubContentType.md index 9da85ea8da4f..1073ebbfd616 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeCompatibleHubContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeCompatibleHubContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypecompatiblehubcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeCompatibleHubContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeCount.md index 1c8e9be548bd..ff33350ca930 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteContentTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecontenttypecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteContentTypeCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteCount.md index 37a025752f4d..d707b45a1548 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDefaultDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDefaultDrive.md index 6c9f03c18730..39b73c6a8974 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDefaultDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDefaultDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitedefaultdrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteDefaultDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDelta.md index 3b7bde3b40df..8c1d2bd5f325 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteDelta --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDrive.md index 0f9159860850..5273720bc503 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitedrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDriveCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDriveCount.md index 3522c7d8bd51..b7d31a50df6c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDriveCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteDriveCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitedrivecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteDriveCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteExternalColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteExternalColumn.md index 7633cfa2dc7c..5067bbedf22c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteExternalColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteExternalColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteexternalcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteExternalColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteExternalColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteExternalColumnCount.md index 54fdd741af07..1f691a0881a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteExternalColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteExternalColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteexternalcolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteExternalColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPath.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPath.md index fe9f949e4de8..7343402f70e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPath.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPath.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypath Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPath --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathAnalytic.md index 7115c948c209..930f46ba8b1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathAnalytic --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathApplicableContentTypeForList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathApplicableContentTypeForList.md index 50e4e256399a..fdc5ca1b7214 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathApplicableContentTypeForList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathApplicableContentTypeForList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathapplicablecontenttypeforlist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathApplicableContentTypeForList --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathColumn.md index 29e93f009571..02db43e3b874 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathContentType.md index 2a05cb0d40b4..682f5c9307d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathDrive.md index b7024df92463..a19db1264639 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathdrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathExternalColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathExternalColumn.md index c51e21b59f3a..3652413b210e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathExternalColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathExternalColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathexternalcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathExternalColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathOperation.md index 8f96ad101ddc..43c8ee9555a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathPage.md index 7bd9f7ec99d9..9f6538cb42df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathPermission.md index 5836a6bfed4a..db53036d4a11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathSite.md index fb174ec49a3e..558a16f67252 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathTermStore.md index f13d888d7054..19b7f035be9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetByPathTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetbypathtermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetByPathTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetGraphBPrePathActivityByInterval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetGraphBPrePathActivityByInterval.md index 097d6eebdf7e..0bd429874308 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetGraphBPrePathActivityByInterval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteGetGraphBPrePathActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitegetgraphbprepathactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteGetGraphBPrePathActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUser.md index 1c0d0c9097b3..97133b6ad9f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserMailboxSetting.md index 52f2721c9a67..ec6668f7014f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError.md index 598effec26b5..63f563fc39d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount.md index c0b3bfc369ed..b2990920cff5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUser.md index f6484b384e39..d4b27a3ab859 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserMailboxSetting.md index ed4337740775..787eb6f4c4af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserServiceProvisioningError.md index 77f44a8ad6b9..7c605ca933a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount.md index 6685507eadd9..c006bbb94027 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteList.md index c3932ff17506..a76ec756c87a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteList --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListActivity.md index bfd6c06a6c7d..db5bec2d1fe4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListActivity --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumn.md index b91381646e67..332fb6d86975 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumnCount.md index 5316f1d80d22..5067c8cb5477 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumnSourceColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumnSourceColumn.md index 24e04fcc8353..460074740c25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentType.md index 9b97257da99d..1f606807ea8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumn.md index d3607627a249..62da4f044185 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnCount.md index f4a4a197ae9d..70abeef772f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcontenttypecolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListContentTypeColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnLink.md index e405be50362b..f9bc67deac39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnLinkCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnLinkCount.md index cf3020a010c2..827acf7a4fee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnLinkCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnLinkCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcontenttypecolumnlinkcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListContentTypeColumnLinkCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnPosition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnPosition.md index db7a6bcdd60d..0e176b9e4e89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnPosition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnPosition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcontenttypecolumnposition Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListContentTypeColumnPosition --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnPositionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnPositionCount.md index 02b0dd85e4ca..161a10ebce5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnPositionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnPositionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcontenttypecolumnpositioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListContentTypeColumnPositionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnSourceColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnSourceColumn.md index f0f070e03e78..93940141ff66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcontenttypecolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListContentTypeColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeCompatibleHubContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeCompatibleHubContentType.md index f86371d636ec..87248be99c62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeCompatibleHubContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeCompatibleHubContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcontenttypecompatiblehubcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListContentTypeCompatibleHubContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeCount.md index a54cc6a108a8..2c94bf28d18e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListContentTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcontenttypecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListContentTypeCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCount.md index 3b8a6f0e2be6..2079136c3022 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUser.md index a96881e1a48b..e5a65cc3fe51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserMailboxSetting.md index 30e809692d99..b0704e6a8a34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserServiceProvisioningError.md index d74f06dcbd95..4261ffcc08b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount.md index e5af738a9cec..a05e0b9b9883 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListDrive.md index 4bfc7205ae98..dd35b665cf90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistdrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItem.md index e7fa4487c3af..429bf04168ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivity.md index 2a76842e1319..c5ed03f72ef7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemActivity --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityByInterval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityByInterval.md index 664eed23e727..52ea8ab789fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityCount.md index 39277963bb5b..e7768a183dc7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemActivityCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItem.md index a995399c845b..55fd6cd8fa0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemactivitydriveitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemActivityDriveItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItemContent.md index 5eded9a24f96..fa6a4955ba36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemactivitydriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemActivityDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItemContentStream.md index 507eee548a4a..23172b6b866c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemactivitydriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemActivityDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityListItem.md index 10c310c5a827..f2a48f1cc678 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemActivityListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemactivitylistitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemActivityListItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemAnalytic.md index d5b1e5045a53..1e21fc6817fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUser.md index df3b59b79c70..b09fde65c1f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserMailboxSetting.md index 9795e9d3c07e..72c0afef1cde 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError.md index 2e38a34a484b..68b675974872 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount.md index 391402068a0b..1d7a7aa77582 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDelta.md index 82b326da8ca5..b8f7cdf536ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemDelta --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersion.md index 972415c97446..e10f2775e912 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersionCount.md index 1aab65301b59..a83e0f6144b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersionField.md index 5f2ef19d7db2..6c2670f74cfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItem.md index 5674914d1a36..0a51aaa5ced6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItemContent.md index 90fe30090dcf..5a5d10952053 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItemContentStream.md index 621c6434ef8a..5c16015055c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemdriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemField.md index 769ad1aa01e2..1672cbcf03bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemPermission.md index b8870e17701e..044c4bdc0156 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitempermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemPermissionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemPermissionCount.md index 35141da3a8f6..8512854ebee0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemPermissionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitempermissioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemPermissionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersion.md index b445f7bb998d..7a652929ac3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersionCount.md index 4a6802386c7d..e99ecb68e1b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersionField.md index b891c567c5f2..a4ae90b80cb8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListOperation.md index 2b553deac3f8..73ecd6304aa7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListOperationCount.md index e65b1f6ff855..374ae5bc8fc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListOperationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListPermission.md index e8973ec804ca..1f48fb23ccf8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListPermissionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListPermissionCount.md index f81a60a303e9..b98cc8e31167 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListPermissionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistpermissioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListPermissionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscription.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscription.md index 608c7aae96f4..2da2b919c185 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscription.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistsubscription Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListSubscription --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscriptionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscriptionCount.md index 48d7d5d6dc00..fb43671f28da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscriptionVapidPublicKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscriptionVapidPublicKey.md index be25711b53e9..b924ffcb749d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscriptionVapidPublicKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteListSubscriptionVapidPublicKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitelistsubscriptionvapidpublickey Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteListSubscriptionVapidPublicKey --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperation.md index ad1d9935e9c1..d7c6adaae211 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperationCount.md index c02ef195a088..9adb3911c4bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteOperationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperationStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperationStatus.md index 772b3f3df7dd..9294a0485196 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperationStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteOperationStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasiteoperationstatus Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteOperationStatus --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePage.md index 12490952d2f6..92a014449d7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePage.md index 9c290f016b87..59aeeeba4e29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayout.md index 0d04154d8579..4d9f8160175a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecanvalayout Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCanvaLayout --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md index 244be04f10ff..f0ee1d986a1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md index 041829a2741f..4fb02dd8de5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount.md index a8b3a9ccf869..9979aa76253d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecanvalayouthorizontalsectioncolumncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md index b06e2127a2f1..2867055469f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount.md index 920c60854fa1..d5cf84925378 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecanvalayouthorizontalsectioncolumnwebpartcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount.md index 538993047dbe..5fe618fc8e70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecanvalayouthorizontalsectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md index 245d06276400..88938f24e577 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecanvalayoutverticalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md index bb380f27aad9..3ab1637f6cd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount.md index 3bfbc89655bd..ef77fd0563a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecanvalayoutverticalsectionwebpartcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUser.md index a70a2a07358b..64bcf6da9b54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting.md index 4c2a1a2022ee..b73f1c6003b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError.md index bc21901f6085..141acaaf919e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount.md index bcf7406803d4..3fba59ccb5ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagecreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUser.md index f12865f881a1..acbd1ab3d4c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting.md index 0cb15d71b981..aef0cf980972 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError.md index 54bc1e023912..764d67f03235 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount.md index e8c43f0e232c..9a83c3847667 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageWebPart.md index 8581f2166508..2730df92fbec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageWebPartCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageWebPartCount.md index 504ef2fef338..cd33cb17374b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageWebPartCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageAsSitePageWebPartCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepageassitepagewebpartcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageAsSitePageWebPartCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCount.md index c92950c2424a..acaa40cd6fce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCountAsSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCountAsSitePage.md index cc47ab039077..f05baf80de8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCountAsSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCountAsSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagecountassitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageCountAsSitePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUser.md index 4db3c89fcfcf..a1ed32662b9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagecreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserMailboxSetting.md index 963c84d7a2cd..833ff0113e36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserServiceProvisioningError.md index 1f0997a73e73..1f6e8866def7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagecreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount.md index fb8e120c62bb..4f8870046e39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagecreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUser.md index 69dd17471c78..30bc39c526c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserMailboxSetting.md index bb2bfc626223..bc47dce9d472 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError.md index 7b04f17a9005..a6d4adda7314 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount.md index c5b74a75b6bc..958e38e78108 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md index 8a3fc7fe169a..c10e44188f58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagemicrosoftgraphsitepagecanvalayouthorizontalsectioncolumnwebpartpositionofwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md index bb8c4d0f15cd..8dda675398cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagemicrosoftgraphsitepagecanvalayoutverticalsectionwebpartpositionofwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart.md index 3464d536e128..2692b01ec218 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepagemicrosoftgraphsitepagewebpartpositionofwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePermission.md index 83288c2790a8..8650f7914fcd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePermissionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePermissionCount.md index df5bf1c5992e..61cae0a28be4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePermissionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSitePermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitepermissioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSitePermissionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStore.md index c6db1abfdaea..32aee361a0f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroup.md index 062b497dbc6f..4a6e08d3aa5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupCount.md index 7b0568131c80..9d589e916f69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSet.md index b103146ffcf0..6d252c480509 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChild.md index 818f838412eb..8b68f63a8661 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildCount.md index 464861941d58..ed7fdc5efa5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelation.md index 066b721f19fb..b6ebad9fbd44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationCount.md index 5fc0da4c6a60..161bbcbc7ab5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm.md index 66b1aa27f1a5..af0052d3afee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationSet.md index 32dabfcf8e69..d30943cceeec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm.md index 78a69ebd3fa4..3d212dc8f187 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildSet.md index 3e20cef3fa4d..2aa08a030ef8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetCount.md index 590f9fc2ad55..e4272bfad7f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetParentGroup.md index eb2164d8c45e..c937fbad6a08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelation.md index a259a8c2cf32..8087b3a7ddaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationCount.md index 73da99479a0e..9c17ae6785ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationFromTerm.md index cbeb79286589..46bf8c585ade 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationSet.md index 58b5dda69f87..ffecece7d269 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationToTerm.md index 363cc4291581..ebba2d50d4a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTerm.md index 20a598b04291..b8152fff5f96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChild.md index 90cf91c6a4de..872a859f64d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildCount.md index 932992dab27c..e5572642550e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelation.md index f39c6344b50f..f4fe39c5d3a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount.md index 6a93ed77562c..4ef11c256893 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm.md index 879452ab9bc6..20d8a3e18798 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet.md index c9592058d886..2cce55fda352 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm.md index 042674f06200..0d20a21d5dfb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildSet.md index 8196dd562594..d049d53d538c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermCount.md index fe1af8f63bae..11addeb2bcec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelation.md index 14a47addb7d3..d8bb9ccfee1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationCount.md index 41b5bf1d31a4..839e0a15dc97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm.md index b4fbc704b698..265204c258ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationSet.md index 480c9a33cd5f..ffb876967abd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm.md index 5244c7b9e4ea..df392fa790b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermSet.md index d88b3405960b..6530dbbd8578 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreGroupSetTermSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoregroupsettermset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreGroupSetTermSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSet.md index 50fffd5d1a12..5dadc577c2e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoreset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChild.md index 6c603d34dcde..e66beb6ea002 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildCount.md index 349449531aa4..579c30706e95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelation.md index 22c2336b8f1f..79abdebeff51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationCount.md index 5bbb4074e299..a7335d68729d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationFromTerm.md index 243c7b3ee99c..cd6259a7a86b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationSet.md index f9e76f927a5b..128d8517e851 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationToTerm.md index 6c2a0a7b6b0c..1d9fac3ca298 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildSet.md index 3c19fd4c10d6..14046ca574fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetCount.md index 2b28a46e8eb4..9b687a4cf61f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroup.md index 27cea346d7ea..ede693975ee2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSet.md index b0453328ef13..a9e88a9d24fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChild.md index 8fe75e94b69e..dc6d07351847 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildCount.md index 3cdf44a81691..ce5df9fe01d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md index a3dede461548..c7c285cb2f7f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount.md index 65adb27376ca..8ab26b1ed60f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm.md index 6abbe2024e33..2ea562a0a5d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet.md index f4049bf7f839..e1121c80c78e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm.md index 3b6d5e5cc197..e09f8bb8ac0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildSet.md index 7ac162250029..d91549276f05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetCount.md index 8f977a6a50dd..a9b17c1a2aed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelation.md index 2e64c6914664..66a1502022cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount.md index 4c62f05904d8..0e9d88e95a11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm.md index 83c07f3c8898..aae9b6d80b4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet.md index d6459f6885c1..e0f9bd2ee05f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm.md index 1d4ac5f4271c..85b39bb41832 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTerm.md index 12fc49ff0330..98fa1e5b4e5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChild.md index 01ee9b933481..c4207157cbaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount.md index 49f7227259bb..9e473d1eb88c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md index cf9c03d92720..59d5fca7fdf1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount.md index 9db01f4b7700..4542afca8652 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm.md index dff9c1717607..6020b48802dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet.md index bfd5cb4e2125..efdc639a4e9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm.md index 82b33b6c5397..bb7e5ad73f56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet.md index 6a8a9a3a676b..97dd75294322 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermCount.md index 483df010fc42..e048802c372d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md index d1c66eca60fe..5236c63a48b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount.md index f4c91aef4441..13910ee13a94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm.md index 91c01e5bef31..664688d7579b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet.md index 5dffa12cf363..55a4ceafca61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm.md index 41f67c05d947..171da9cfefea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermSet.md index 59bab7da2ecc..e3ff2381f67b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetParentGroupSetTermSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetparentgroupsettermset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetParentGroupSetTermSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelation.md index 7f819ce3773f..c15cbe032927 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationCount.md index b419061932f6..28312e35f5bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationFromTerm.md index 3f0af3268ebc..9fa3dc9eaa22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationSet.md index 33441c97bc83..123703eabd35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationToTerm.md index fb44281e8f97..0f17b3a4f615 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTerm.md index bc0617d56494..0fc8836adf7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChild.md index 2897b40bcfcb..82dd5a5d4b41 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildCount.md index aa0981282584..62b593d1aeaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermChildCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelation.md index 8c92ba06775f..7403346b0af4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationCount.md index 1e6a4fd519e9..fca97d11def6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermchildrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermChildRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm.md index 3317ca97f0fd..31b6561343d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermchildrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationSet.md index 81f9fb77b78a..5a7e27c9c36d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermchildrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermChildRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationToTerm.md index b24f8eefa03d..9c0576768f77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermchildrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermChildRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildSet.md index e9f98dd2578e..d9d44fe696a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermChildSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermchildset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermChildSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermCount.md index a793c3b27fba..893a0c635d79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelation.md index 3e8c3431dbb9..16e52bf87584 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationCount.md index 2c8923c24a40..291850450cc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermrelationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermRelationCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationFromTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationFromTerm.md index fb3bdac1ca2c..89bc7770222a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationFromTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationFromTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermrelationfromterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermRelationFromTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationSet.md index 1ab0aa1eaa36..538323fd4cb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermrelationset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermRelationSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationToTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationToTerm.md index 1afdedda3333..22960ef0a943 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationToTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermRelationToTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermrelationtoterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermRelationToTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermSet.md index 47d5cfa2cb40..a0ec5df5d820 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSiteTermStoreSetTermSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasitetermstoresettermset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSiteTermStoreSetTermSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSubSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSubSite.md index 9d0c148018f8..700ebd394ffd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSubSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSubSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasubsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSubSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSubSiteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSubSiteCount.md index 4bc89beea392..ac2e9100d8e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSubSiteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaSubSiteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetasubsitecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSubSiteCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaUserFollowedSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaUserFollowedSite.md index 36ff3a4b10eb..478eb110fe98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaUserFollowedSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaUserFollowedSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetauserfollowedsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserFollowedSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaUserFollowedSiteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaUserFollowedSiteCount.md index d48d4158a569..d7e6ae4388e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaUserFollowedSiteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Get-MgBetaUserFollowedSiteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/get-mgbetauserfollowedsitecount Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserFollowedSiteCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSiteListItemPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSiteListItemPermission.md index 5a910a291312..a4b3ae8e9317 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSiteListItemPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSiteListItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/grant-mgbetagroupsitelistitempermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgBetaGroupSiteListItemPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSiteListPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSiteListPermission.md index 9837012ef7c0..82b80cd2776d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSiteListPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSiteListPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/grant-mgbetagroupsitelistpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgBetaGroupSiteListPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSitePermission.md index 8b5beaa7b79a..3c57ff236397 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaGroupSitePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/grant-mgbetagroupsitepermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgBetaGroupSitePermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSiteListItemPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSiteListItemPermission.md index e7b1c879d13d..9f46c420b89a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSiteListItemPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSiteListItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/grant-mgbetasitelistitempermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgBetaSiteListItemPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSiteListPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSiteListPermission.md index 4fba47deaecd..9998cb48ef97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSiteListPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSiteListPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/grant-mgbetasitelistpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgBetaSiteListPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSitePermission.md index 96041002784b..103bad68f424 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Grant-MgBetaSitePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/grant-mgbetasitepermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgBetaSitePermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabel.md index 8e1e4a82e3ff..a05d36ab86ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetaandgroupsiteinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabelSublabel.md index 3e08a2b2c996..06c1287a4ce4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetaandgroupsiteinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAndGroupSiteInformationProtectionSensitivityLabelSublabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveGroupSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveGroupSite.md index 406bfe98f70a..03e023879356 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveGroupSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveGroupSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetaarchivegroupsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveGroupSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveSite.md index 25205dcce135..94c070207f38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetaarchivesite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveSiteGetByPath.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveSiteGetByPath.md index 5087c0d5915f..5b528b031070 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveSiteGetByPath.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaArchiveSiteGetByPath.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetaarchivesitegetbypath Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveSiteGetByPath --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt.md index 9478a2c046e2..3f4526ebf541 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetabuffergroupsiteinformationprotectiondecrypt Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt.md index 7917759ca987..cf3551e917f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetabuffergroupsiteinformationprotectionencrypt Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelInheritance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelInheritance.md index 5c87ad5f49cd..789deb00b92e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelInheritance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelInheritance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetacomputegroupsiteinformationprotectionsensitivitylabelinheritance Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelInheritance --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelSublabelInheritance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelSublabelInheritance.md index 37e839fa95df..aafbbce807ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelSublabelInheritance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelSublabelInheritance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetacomputegroupsiteinformationprotectionsensitivitylabelsublabelinheritance Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaComputeGroupSiteInformationProtectionSensitivityLabelSublabelInheritance --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel.md index 921e06be7758..23921ce84397 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetaextractgroupsiteinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionGroupSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionGroupSectionPage.md index b652c3ac2222..95fbe6d67786 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionGroupSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionGroupSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetapreviewgroupsiteonenotenotebooksectiongroupsectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionGroupSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionPage.md index 53561f15898b..67bdb6a2b83f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetapreviewgroupsiteonenotenotebooksectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaPreviewGroupSiteOnenoteNotebookSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenotePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenotePage.md index c29629c25460..db2b406f3219 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenotePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenotePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetapreviewgroupsiteonenotepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaPreviewGroupSiteOnenotePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteSectionGroupSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteSectionGroupSectionPage.md index 69919f1091d5..c67ebe4dc389 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteSectionGroupSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteSectionGroupSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetapreviewgroupsiteonenotesectiongroupsectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaPreviewGroupSiteOnenoteSectionGroupSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteSectionPage.md index 9940f7eb24af..78c39d7ab4b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaPreviewGroupSiteOnenoteSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetapreviewgroupsiteonenotesectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaPreviewGroupSiteOnenoteSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaReauthorizeGroupSiteListSubscription.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaReauthorizeGroupSiteListSubscription.md index 2a7f03a5c9f2..47ba55466344 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaReauthorizeGroupSiteListSubscription.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaReauthorizeGroupSiteListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetareauthorizegroupsitelistsubscription Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaReauthorizeGroupSiteListSubscription --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaReauthorizeSiteListSubscription.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaReauthorizeSiteListSubscription.md index 0ec9e0810983..3546b00a64bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaReauthorizeSiteListSubscription.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaReauthorizeSiteListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetareauthorizesitelistsubscription Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaReauthorizeSiteListSubscription --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaSignGroupSiteInformationProtectionDigest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaSignGroupSiteInformationProtectionDigest.md index 8ebcbc338b8e..7a239e12f680 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaSignGroupSiteInformationProtectionDigest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaSignGroupSiteInformationProtectionDigest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetasigngroupsiteinformationprotectiondigest Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSignGroupSiteInformationProtectionDigest --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveGroupSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveGroupSite.md index 1d7cf3d8b29a..ddce86e4f85b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveGroupSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveGroupSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetaunarchivegroupsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveGroupSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveSite.md index 8a60427ae67f..e8e049ca106e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetaunarchivesite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveSiteGetByPath.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveSiteGetByPath.md index bc6df69c9115..b9fe49b9ffc0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveSiteGetByPath.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Invoke-MgBetaUnarchiveSiteGetByPath.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/invoke-mgbetaunarchivesitegetbypath Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveSiteGetByPath --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaGroupSiteContentTypeWithHubSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaGroupSiteContentTypeWithHubSite.md index 69062612fe8b..27c7b04eb4d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaGroupSiteContentTypeWithHubSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaGroupSiteContentTypeWithHubSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/join-mgbetagroupsitecontenttypewithhubsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Join-MgBetaGroupSiteContentTypeWithHubSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaGroupSiteListContentTypeWithHubSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaGroupSiteListContentTypeWithHubSite.md index e94e0e40c305..fe76a4cefffb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaGroupSiteListContentTypeWithHubSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaGroupSiteListContentTypeWithHubSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/join-mgbetagroupsitelistcontenttypewithhubsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Join-MgBetaGroupSiteListContentTypeWithHubSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaSiteContentTypeWithHubSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaSiteContentTypeWithHubSite.md index 9f09f79f2a3f..7660646ae4b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaSiteContentTypeWithHubSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaSiteContentTypeWithHubSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/join-mgbetasitecontenttypewithhubsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Join-MgBetaSiteContentTypeWithHubSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaSiteListContentTypeWithHubSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaSiteListContentTypeWithHubSite.md index 006e8319e7d8..945531f202d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaSiteListContentTypeWithHubSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Join-MgBetaSiteListContentTypeWithHubSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/join-mgbetasitelistcontenttypewithhubsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Join-MgBetaSiteListContentTypeWithHubSite --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Microsoft.Graph.Beta.Sites.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Microsoft.Graph.Beta.Sites.md index 0952fc753bc4..63de00033e5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Microsoft.Graph.Beta.Sites.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Microsoft.Graph.Beta.Sites.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Sites -Module Guid: c7437c32-1e9e-4f9b-a2a7-26edff68856c +Module Guid: 8e4cb645-ab25-43e0-96a8-73380940316b Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.sites/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteAnalyticItemActivityStat.md index 7a67aa6745ab..b5e0ef2ea4a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteAnalyticItemActivityStat --- @@ -810,6 +810,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1146,25 +1147,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1173,29 +1184,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1540,7 +1565,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2495,6 +2520,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2937,7 +2963,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2951,11 +2977,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3099,7 +3125,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3107,7 +3133,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3115,11 +3141,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3212,6 +3238,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3238,6 +3265,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3308,6 +3336,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3654,6 +3683,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3737,6 +3770,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4071,11 +4144,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4337,6 +4412,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4364,7 +4459,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5093,9 +5188,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5695,6 +5795,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5779,7 +5888,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5856,7 +5965,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6121,7 +6230,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7016,6 +7126,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7057,6 +7168,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7166,9 +7278,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7195,6 +7309,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7315,6 +7430,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7464,6 +7580,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7650,6 +7771,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8655,7 +8780,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8959,6 +9084,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8987,7 +9113,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9039,6 +9165,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9194,12 +9321,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9229,6 +9350,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9912,6 +10042,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10248,25 +10379,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10275,29 +10416,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10642,7 +10797,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11597,6 +11752,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12039,7 +12195,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12053,11 +12209,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12201,7 +12357,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12209,7 +12365,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12217,11 +12373,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12314,6 +12470,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12340,6 +12497,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12410,6 +12568,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12756,6 +12915,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12839,6 +13002,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13150,11 +13353,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13416,6 +13621,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13443,7 +13668,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14172,9 +14397,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14774,6 +15004,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14858,7 +15097,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14935,7 +15174,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15200,7 +15439,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16095,6 +16335,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16136,6 +16377,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16245,9 +16487,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16274,6 +16518,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16394,6 +16639,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16543,6 +16789,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16729,6 +16980,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17734,7 +17989,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18038,6 +18293,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18066,7 +18322,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18118,6 +18374,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18273,12 +18530,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18308,6 +18559,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteAnalyticItemActivityStatActivity.md index fa8dbd2090f4..1c6349ec1766 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteAnalyticItemActivityStatActivity --- @@ -667,6 +667,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1003,25 +1004,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1030,29 +1041,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1397,7 +1422,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2352,6 +2377,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2794,7 +2820,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2808,11 +2834,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2956,7 +2982,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2964,7 +2990,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2972,11 +2998,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3069,6 +3095,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3095,6 +3122,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3165,6 +3193,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3511,6 +3540,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3594,6 +3627,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3928,11 +4001,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4194,6 +4269,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4221,7 +4316,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -4950,9 +5045,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5552,6 +5652,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5636,7 +5745,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5713,7 +5822,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -5978,7 +6087,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6873,6 +6983,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6914,6 +7025,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7023,9 +7135,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7052,6 +7166,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7172,6 +7287,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7321,6 +7437,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7507,6 +7628,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8512,7 +8637,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8816,6 +8941,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8844,7 +8970,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8896,6 +9022,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9051,12 +9178,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9086,6 +9207,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9752,6 +9882,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10088,25 +10219,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10115,29 +10256,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10482,7 +10637,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11437,6 +11592,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11879,7 +12035,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11893,11 +12049,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12041,7 +12197,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12049,7 +12205,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12057,11 +12213,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12154,6 +12310,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12180,6 +12337,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12250,6 +12408,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12596,6 +12755,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12679,6 +12842,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13020,11 +13223,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13286,6 +13491,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13313,7 +13538,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14042,9 +14267,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14644,6 +14874,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14728,7 +14967,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14805,7 +15044,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15070,7 +15309,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -15965,6 +16205,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16006,6 +16247,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16115,9 +16357,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16144,6 +16388,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16264,6 +16509,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16413,6 +16659,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16599,6 +16850,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17604,7 +17859,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17908,6 +18163,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -17936,7 +18192,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -17988,6 +18244,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18143,12 +18400,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18178,6 +18429,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteColumn.md index 3f4b01326cb4..a8d3f94fc87e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteColumn --- @@ -31,7 +31,7 @@ New-MgBetaGroupSiteColumn -GroupId -SiteId [-ResponseHeadersVa [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ New-MgBetaGroupSiteColumn -InputObject [-ResponseHeadersVariabl [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -698,7 +698,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -833,6 +833,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Lookup lookupColumn @@ -1435,11 +1463,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1724,11 +1754,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentModel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentModel.md index 2bdc34d00eae..034b1f3d75eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentModel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentModel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitecontentmodel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteContentModel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentType.md index cde924a907b6..720235310e3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteContentType --- @@ -1081,11 +1081,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1312,11 +1314,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1544,11 +1548,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1768,11 +1774,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1930,11 +1938,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -2102,11 +2112,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentTypeColumn.md index 750b3cfb2fad..af84d10410e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitecontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteContentTypeColumn --- @@ -31,7 +31,7 @@ New-MgBetaGroupSiteContentTypeColumn -ContentTypeId -GroupId - [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ New-MgBetaGroupSiteContentTypeColumn -InputObject [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -725,7 +725,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -860,6 +860,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Lookup lookupColumn @@ -1462,11 +1490,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1751,11 +1781,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentTypeColumnLink.md index f0123a1e066a..b2351ff43994 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitecontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteDocumentProcessingJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteDocumentProcessingJob.md index 69f4e1be4110..a389dbb9bf06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteDocumentProcessingJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteDocumentProcessingJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitedocumentprocessingjob Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteDocumentProcessingJob --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteExtension.md index c29b7b06040e..8833ac9a561a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteextension Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteExtension --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathColumn.md index dd54ca0ea6f3..311568683be8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitegetbypathcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteGetByPathColumn --- @@ -31,7 +31,7 @@ New-MgBetaGroupSiteGetByPathColumn -GroupId -Path -SiteId ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ New-MgBetaGroupSiteGetByPathColumn -InputObject [-ResponseHeade [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -698,7 +698,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -833,6 +833,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Lookup lookupColumn @@ -1462,11 +1490,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1751,11 +1781,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathContentModel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathContentModel.md index 0b3a14ec9004..e0bee5069f2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathContentModel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathContentModel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitegetbypathcontentmodel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteGetByPathContentModel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathContentType.md index 6f19b865acd5..1ff898543c56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitegetbypathcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteGetByPathContentType --- @@ -1109,11 +1109,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1340,11 +1342,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1572,11 +1576,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1796,11 +1802,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1958,11 +1966,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -2130,11 +2140,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathDocumentProcessingJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathDocumentProcessingJob.md index 6b41cfbac5c7..0bcd611ee0b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathDocumentProcessingJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathDocumentProcessingJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitegetbypathdocumentprocessingjob Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteGetByPathDocumentProcessingJob --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathExtension.md index f00089b289d9..a4fbecac9021 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitegetbypathextension Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteGetByPathExtension --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathList.md index a9036d1a93ca..6101a3fc6715 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitegetbypathlist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteGetByPathList --- @@ -1262,6 +1262,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1598,25 +1599,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1625,29 +1636,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1992,7 +2017,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2947,6 +2972,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3389,7 +3415,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3403,11 +3429,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3551,7 +3577,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3559,7 +3585,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3567,11 +3593,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3664,6 +3690,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3690,6 +3717,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3760,6 +3788,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4106,6 +4135,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4189,6 +4222,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4316,11 +4389,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4751,6 +4826,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4778,7 +4873,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5507,9 +5602,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6109,6 +6209,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6193,7 +6302,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6270,7 +6379,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6535,7 +6644,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7430,6 +7540,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7471,6 +7582,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7580,9 +7692,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7609,6 +7723,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7729,6 +7844,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7878,6 +7994,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8064,6 +8185,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9069,7 +9194,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9373,6 +9498,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9401,7 +9527,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9453,6 +9579,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9608,12 +9735,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9643,6 +9764,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10315,6 +10445,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10651,25 +10782,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10678,29 +10819,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -11045,7 +11200,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -12000,6 +12155,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12442,7 +12598,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12456,11 +12612,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12604,7 +12760,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12612,7 +12768,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12620,11 +12776,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12717,6 +12873,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12743,6 +12900,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12813,6 +12971,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13159,6 +13318,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13242,6 +13405,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13440,19 +13643,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13624,6 +13814,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13828,6 +14034,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14378,7 +14604,7 @@ Nullable. [(Any) ]: This indicates any property can be added to this object. [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14525,11 +14751,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -15332,9 +15560,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15934,6 +16167,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -16018,7 +16260,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -16095,7 +16337,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16350,7 +16592,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17245,6 +17488,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17286,6 +17530,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17395,9 +17640,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17424,6 +17671,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17544,6 +17792,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17685,6 +17934,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17871,6 +18125,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18876,7 +19134,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19180,6 +19438,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19208,7 +19467,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19260,6 +19519,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19428,11 +19688,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19602,11 +19864,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19798,6 +20062,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -20144,25 +20409,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -20171,29 +20446,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20538,7 +20827,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -21493,6 +21782,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21935,7 +22225,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21949,11 +22239,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22097,7 +22387,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -22105,7 +22395,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -22113,11 +22403,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22210,6 +22500,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -22236,6 +22527,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -22306,6 +22598,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22652,6 +22945,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22735,6 +23032,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22933,19 +23270,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23117,6 +23441,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -23321,6 +23661,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23911,11 +24271,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -24137,7 +24499,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24865,9 +25227,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -25467,6 +25834,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25551,7 +25927,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25628,7 +26004,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25883,7 +26259,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26778,6 +27155,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26819,6 +27197,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26928,9 +27307,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26957,6 +27338,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -27077,6 +27459,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27218,6 +27601,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -27404,6 +27792,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -28409,7 +28801,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28713,6 +29105,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28741,7 +29134,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28793,6 +29186,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28902,6 +29296,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -29238,25 +29633,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -29265,29 +29670,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -29632,7 +30051,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -30587,6 +31006,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31029,7 +31449,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31043,11 +31463,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31191,7 +31611,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -31199,7 +31619,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31207,11 +31627,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31304,6 +31724,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -31330,6 +31751,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -31400,6 +31822,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31746,6 +32169,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31829,10 +32256,50 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32233,19 +32700,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -32285,6 +32739,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -32489,6 +32959,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -33055,11 +33545,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -33902,9 +34394,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -34504,6 +35001,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34588,7 +35094,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34665,7 +35171,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34920,7 +35426,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35815,6 +36322,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35856,6 +36364,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35965,9 +36474,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35994,6 +36505,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -36114,6 +36626,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36255,6 +36768,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36441,6 +36959,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37446,7 +37968,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37750,6 +38272,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37778,7 +38301,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37830,6 +38353,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -38053,6 +38577,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -38389,25 +38914,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -38416,29 +38951,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -38783,7 +39332,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -39738,6 +40287,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -40180,7 +40730,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40194,11 +40744,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40342,7 +40892,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -40350,7 +40900,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40358,11 +40908,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40455,6 +41005,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -40481,6 +41032,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -40551,6 +41103,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -40897,6 +41450,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -40980,6 +41537,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -41178,19 +41775,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -41230,6 +41814,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -41506,6 +42106,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -42096,11 +42716,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -42325,7 +42947,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -43053,9 +43675,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -43655,6 +44282,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -43739,7 +44375,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -43816,7 +44452,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -44071,7 +44707,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -44966,6 +45603,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -45007,6 +45645,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45116,9 +45755,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45145,6 +45786,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -45265,6 +45907,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -45406,6 +46049,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -45592,6 +46240,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -46597,7 +47249,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -46901,6 +47553,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -46929,7 +47582,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -46981,6 +47634,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -47143,6 +47797,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -47489,25 +48144,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -47516,29 +48181,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -47883,7 +48562,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -48838,6 +49517,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -49280,7 +49960,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49294,11 +49974,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49442,7 +50122,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -49450,7 +50130,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49458,11 +50138,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49555,6 +50235,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -49581,6 +50262,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -49651,6 +50333,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -49997,6 +50680,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -50080,6 +50767,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -50278,19 +51005,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -50462,6 +51176,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -50666,6 +51396,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -51256,11 +52006,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -51482,7 +52234,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -52210,9 +52962,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -52812,6 +53569,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -52896,7 +53662,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -52973,7 +53739,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -53228,7 +53994,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -54123,6 +54890,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -54164,6 +54932,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54273,9 +55042,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54302,6 +55073,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -54422,6 +55194,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -54563,6 +55336,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -54749,6 +55527,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -55754,7 +56536,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -56058,6 +56840,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -56086,7 +56869,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -56138,6 +56921,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -56474,6 +57258,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathOperation.md index 04373489f8d1..490fd84d265d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitegetbypathoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteGetByPathOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPage.md index ee4638013d11..315af09858d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitegetbypathpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteGetByPathPage --- @@ -934,6 +934,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1270,25 +1271,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1297,29 +1308,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1664,7 +1689,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2619,6 +2644,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3061,7 +3087,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3075,11 +3101,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3223,7 +3249,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3231,7 +3257,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3239,11 +3265,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3336,6 +3362,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3362,6 +3389,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3432,6 +3460,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3778,6 +3807,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3861,6 +3894,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4059,19 +4132,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4243,6 +4303,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4447,6 +4523,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5037,11 +5133,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5263,7 +5361,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5970,9 +6068,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6572,6 +6675,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6656,7 +6768,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6733,7 +6845,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6988,7 +7100,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7883,6 +7996,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7924,6 +8038,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8033,9 +8148,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8062,6 +8179,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8182,6 +8300,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8323,6 +8442,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8509,6 +8633,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9514,7 +9642,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9818,6 +9946,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9846,7 +9975,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9898,6 +10027,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -10025,6 +10155,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10371,25 +10502,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10398,29 +10539,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10765,7 +10920,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11720,6 +11875,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12162,7 +12318,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12176,11 +12332,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12324,7 +12480,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12332,7 +12488,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12340,11 +12496,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12437,6 +12593,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12463,6 +12620,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12533,6 +12691,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12879,6 +13038,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12962,6 +13125,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13160,19 +13363,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13344,6 +13534,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13548,6 +13754,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14138,11 +14364,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14364,7 +14592,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15092,9 +15320,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15694,6 +15927,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15778,7 +16020,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15855,7 +16097,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16110,7 +16352,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17005,6 +17248,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17046,6 +17290,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17155,9 +17400,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17184,6 +17431,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17304,6 +17552,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17445,6 +17694,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17631,6 +17885,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18636,7 +18894,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18940,6 +19198,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18968,7 +19227,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19020,6 +19279,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19190,6 +19450,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19536,25 +19797,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19563,29 +19834,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19930,7 +20215,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20885,6 +21170,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21327,7 +21613,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21341,11 +21627,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21489,7 +21775,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21497,7 +21783,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21505,11 +21791,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21602,6 +21888,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21628,6 +21915,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21698,6 +21986,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22044,6 +22333,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22127,6 +22420,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22325,19 +22658,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22509,6 +22829,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22713,6 +23049,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23303,11 +23659,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23529,7 +23887,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24257,9 +24615,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24859,6 +25222,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24943,7 +25315,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25020,7 +25392,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25275,7 +25647,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26170,6 +26543,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26211,6 +26585,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26320,9 +26695,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26349,6 +26726,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26469,6 +26847,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26610,6 +26989,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26796,6 +27180,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27801,7 +28189,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28105,6 +28493,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28133,7 +28522,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28185,6 +28574,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPageTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPageTemplate.md index be4bb9dd4570..dec9add9844f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPageTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitegetbypathpagetemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteGetByPathPageTemplate --- @@ -1028,6 +1028,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1364,25 +1365,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1391,29 +1402,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1758,7 +1783,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2713,6 +2738,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3155,7 +3181,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3169,11 +3195,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3317,7 +3343,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3325,7 +3351,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3333,11 +3359,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3430,6 +3456,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3456,6 +3483,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3526,6 +3554,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3872,6 +3901,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3955,6 +3988,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4153,19 +4226,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4330,6 +4390,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4534,6 +4610,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5124,11 +5220,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5350,7 +5448,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -6004,9 +6102,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6606,6 +6709,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6690,7 +6802,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6767,7 +6879,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -7022,7 +7134,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7917,6 +8030,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7958,6 +8072,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8067,9 +8182,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8096,6 +8213,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8216,6 +8334,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8357,6 +8476,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8543,6 +8667,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9548,7 +9676,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9852,6 +9980,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9880,7 +10009,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9932,6 +10061,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -10135,6 +10265,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10481,25 +10612,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10508,29 +10649,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10875,7 +11030,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11830,6 +11985,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12272,7 +12428,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12286,11 +12442,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12434,7 +12590,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12442,7 +12598,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12450,11 +12606,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12547,6 +12703,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12573,6 +12730,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12643,6 +12801,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12989,6 +13148,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13072,6 +13235,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13270,19 +13473,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13454,6 +13644,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13658,6 +13864,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14248,11 +14474,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14474,7 +14702,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15202,9 +15430,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15804,6 +16037,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15888,7 +16130,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15965,7 +16207,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16220,7 +16462,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17115,6 +17358,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17156,6 +17400,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17265,9 +17510,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17294,6 +17541,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17414,6 +17662,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17555,6 +17804,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17741,6 +17995,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18746,7 +19004,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19050,6 +19308,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19078,7 +19337,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19130,6 +19389,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19300,6 +19560,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19646,25 +19907,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19673,29 +19944,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20040,7 +20325,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20995,6 +21280,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21437,7 +21723,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21451,11 +21737,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21599,7 +21885,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21607,7 +21893,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21615,11 +21901,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21712,6 +21998,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21738,6 +22025,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21808,6 +22096,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22154,6 +22443,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22237,6 +22530,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22435,19 +22768,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22619,6 +22939,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22823,6 +23159,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23413,11 +23769,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23639,7 +23997,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24367,9 +24725,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24969,6 +25332,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25053,7 +25425,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25130,7 +25502,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25385,7 +25757,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26280,6 +26653,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26321,6 +26695,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26430,9 +26805,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26459,6 +26836,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26579,6 +26957,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26720,6 +27099,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26906,6 +27290,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27911,7 +28299,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28215,6 +28603,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28243,7 +28632,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28295,6 +28684,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPermission.md index 621b320ccbb0..64d873ea18b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteGetByPathPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitegetbypathpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteGetByPathPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md index b70cbdf22597..375d95c12e7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteinformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionPolicyLabel.md index aa6d44e5d9d1..9a05d19b88a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteInformationProtectionPolicyLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionSensitivityLabel.md index 8083e7376deb..e367771fc772 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteInformationProtectionSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md index 9a2aacee0ad9..727ce181c0be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md index 3085a30b64ee..18a60c59bebf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteinformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md index 7c08e65beb4e..2c335890d743 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteinformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteList.md index 79ddda7ef633..219ae9b379c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteList --- @@ -1234,6 +1234,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1570,25 +1571,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1597,29 +1608,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1964,7 +1989,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2919,6 +2944,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3361,7 +3387,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3375,11 +3401,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3523,7 +3549,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3531,7 +3557,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3539,11 +3565,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3636,6 +3662,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3662,6 +3689,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3732,6 +3760,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4078,6 +4107,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4161,6 +4194,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4288,11 +4361,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4723,6 +4798,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4750,7 +4845,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5479,9 +5574,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6081,6 +6181,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6165,7 +6274,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6242,7 +6351,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6507,7 +6616,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7402,6 +7512,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7443,6 +7554,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7552,9 +7664,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7581,6 +7695,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7701,6 +7816,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7850,6 +7966,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8036,6 +8157,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9041,7 +9166,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9345,6 +9470,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9373,7 +9499,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9425,6 +9551,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9580,12 +9707,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9615,6 +9736,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10287,6 +10417,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10623,25 +10754,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10650,29 +10791,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -11017,7 +11172,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11972,6 +12127,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12414,7 +12570,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12428,11 +12584,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12576,7 +12732,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12584,7 +12740,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12592,11 +12748,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12689,6 +12845,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12715,6 +12872,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12785,6 +12943,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13131,6 +13290,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13214,6 +13377,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13412,19 +13615,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13596,6 +13786,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13800,6 +14006,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14350,7 +14576,7 @@ Nullable. [(Any) ]: This indicates any property can be added to this object. [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14497,11 +14723,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -15304,9 +15532,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15906,6 +16139,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15990,7 +16232,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -16067,7 +16309,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16322,7 +16564,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17217,6 +17460,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17258,6 +17502,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17367,9 +17612,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17396,6 +17643,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17516,6 +17764,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17657,6 +17906,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17843,6 +18097,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18848,7 +19106,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19152,6 +19410,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19180,7 +19439,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19232,6 +19491,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19400,11 +19660,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19574,11 +19836,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19770,6 +20034,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -20116,25 +20381,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -20143,29 +20418,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20510,7 +20799,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -21465,6 +21754,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21907,7 +22197,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21921,11 +22211,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22069,7 +22359,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -22077,7 +22367,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -22085,11 +22375,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22182,6 +22472,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -22208,6 +22499,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -22278,6 +22570,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22624,6 +22917,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22707,6 +23004,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22905,19 +23242,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23089,6 +23413,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -23293,6 +23633,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23883,11 +24243,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -24109,7 +24471,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24837,9 +25199,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -25439,6 +25806,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25523,7 +25899,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25600,7 +25976,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25855,7 +26231,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26750,6 +27127,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26791,6 +27169,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26900,9 +27279,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26929,6 +27310,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -27049,6 +27431,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27190,6 +27573,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -27376,6 +27764,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -28381,7 +28773,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28685,6 +29077,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28713,7 +29106,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28765,6 +29158,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28874,6 +29268,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -29210,25 +29605,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -29237,29 +29642,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -29604,7 +30023,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -30559,6 +30978,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31001,7 +31421,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31015,11 +31435,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31163,7 +31583,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -31171,7 +31591,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31179,11 +31599,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31276,6 +31696,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -31302,6 +31723,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -31372,6 +31794,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31718,6 +32141,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31801,10 +32228,50 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32205,19 +32672,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -32257,6 +32711,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -32461,6 +32931,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -33027,11 +33517,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -33874,9 +34366,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -34476,6 +34973,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34560,7 +35066,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34637,7 +35143,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34892,7 +35398,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35787,6 +36294,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35828,6 +36336,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35937,9 +36446,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35966,6 +36477,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -36086,6 +36598,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36227,6 +36740,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36413,6 +36931,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37418,7 +37940,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37722,6 +38244,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37750,7 +38273,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37802,6 +38325,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -38025,6 +38549,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -38361,25 +38886,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -38388,29 +38923,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -38755,7 +39304,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -39710,6 +40259,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -40152,7 +40702,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40166,11 +40716,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40314,7 +40864,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -40322,7 +40872,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40330,11 +40880,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40427,6 +40977,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -40453,6 +41004,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -40523,6 +41075,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -40869,6 +41422,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -40952,6 +41509,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -41150,19 +41747,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -41202,6 +41786,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -41478,6 +42078,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -42068,11 +42688,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -42297,7 +42919,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -43025,9 +43647,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -43627,6 +44254,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -43711,7 +44347,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -43788,7 +44424,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -44043,7 +44679,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -44938,6 +45575,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -44979,6 +45617,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45088,9 +45727,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45117,6 +45758,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -45237,6 +45879,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -45378,6 +46021,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -45564,6 +46212,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -46569,7 +47221,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -46873,6 +47525,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -46901,7 +47554,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -46953,6 +47606,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -47115,6 +47769,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -47461,25 +48116,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -47488,29 +48153,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -47855,7 +48534,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -48810,6 +49489,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -49252,7 +49932,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49266,11 +49946,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49414,7 +50094,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -49422,7 +50102,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49430,11 +50110,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49527,6 +50207,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -49553,6 +50234,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -49623,6 +50305,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -49969,6 +50652,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -50052,6 +50739,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -50250,19 +50977,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -50434,6 +51148,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -50638,6 +51368,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -51228,11 +51978,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -51454,7 +52206,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -52182,9 +52934,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -52784,6 +53541,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -52868,7 +53634,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -52945,7 +53711,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -53200,7 +53966,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -54095,6 +54862,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -54136,6 +54904,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54245,9 +55014,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54274,6 +55045,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -54394,6 +55166,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -54535,6 +55308,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -54721,6 +55499,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -55726,7 +56508,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -56030,6 +56812,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -56058,7 +56841,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -56110,6 +56893,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -56446,6 +57230,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListActivity.md index 9b0f7c0e68c1..ae2caddae5fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListActivity --- @@ -771,6 +771,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1107,25 +1108,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1134,29 +1145,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1501,7 +1526,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2456,6 +2481,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2898,7 +2924,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2912,11 +2938,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3060,7 +3086,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3068,7 +3094,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3076,11 +3102,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3173,6 +3199,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3199,6 +3226,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3269,6 +3297,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3615,6 +3644,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3698,6 +3731,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3825,11 +3898,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4260,6 +4335,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4287,7 +4382,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5016,9 +5111,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5618,6 +5718,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5702,7 +5811,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5779,7 +5888,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6044,7 +6153,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6939,6 +7049,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6980,6 +7091,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7089,9 +7201,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7118,6 +7232,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7238,6 +7353,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7387,6 +7503,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7573,6 +7694,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8578,7 +8703,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8882,6 +9007,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8910,7 +9036,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8962,6 +9088,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9117,12 +9244,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9152,6 +9273,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9824,6 +9954,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10160,25 +10291,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10187,29 +10328,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10554,7 +10709,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11509,6 +11664,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11951,7 +12107,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11965,11 +12121,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12113,7 +12269,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12121,7 +12277,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12129,11 +12285,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12226,6 +12382,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12252,6 +12409,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12322,6 +12480,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12668,6 +12827,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12751,6 +12914,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13092,11 +13295,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13358,6 +13563,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13385,7 +13610,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14114,9 +14339,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14716,6 +14946,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14800,7 +15039,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14877,7 +15116,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15142,7 +15381,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16037,6 +16277,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16078,6 +16319,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16187,9 +16429,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16216,6 +16460,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16336,6 +16581,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16485,6 +16731,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16671,6 +16922,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17676,7 +17931,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17980,6 +18235,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18008,7 +18264,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18060,6 +18316,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18215,12 +18472,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18250,6 +18501,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -18978,6 +19238,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19314,25 +19575,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19341,29 +19612,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19708,7 +19993,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20663,6 +20948,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21105,7 +21391,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21119,11 +21405,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21267,7 +21553,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21275,7 +21561,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21283,11 +21569,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21380,6 +21666,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21406,6 +21693,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21476,6 +21764,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21822,6 +22111,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -21905,6 +22198,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22103,19 +22436,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22155,6 +22475,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22431,6 +22767,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23021,11 +23377,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23250,7 +23608,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -23978,9 +24336,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24580,6 +24943,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24664,7 +25036,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24741,7 +25113,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24996,7 +25368,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -25891,6 +26264,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -25932,6 +26306,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26041,9 +26416,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26070,6 +26447,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26190,6 +26568,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26331,6 +26710,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26517,6 +26901,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27522,7 +27910,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -27826,6 +28214,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -27854,7 +28243,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27906,6 +28295,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListColumn.md index 7727087906c5..fdb828832bf3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListColumn --- @@ -31,7 +31,7 @@ New-MgBetaGroupSiteListColumn -GroupId -ListId -SiteId ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ New-MgBetaGroupSiteListColumn -InputObject [-ResponseHeadersVar [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -698,7 +698,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -833,6 +833,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -ListId The unique identifier of list @@ -1462,11 +1490,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1751,11 +1781,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentType.md index 359ee6610917..bb4537967c97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListContentType --- @@ -1108,11 +1108,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1339,11 +1341,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1571,11 +1575,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1795,11 +1801,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1957,11 +1965,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -2129,11 +2139,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentTypeColumn.md index 490e3f93203b..613b100da069 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListContentTypeColumn --- @@ -31,7 +31,7 @@ New-MgBetaGroupSiteListContentTypeColumn -ContentTypeId -GroupId ] [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ New-MgBetaGroupSiteListContentTypeColumn -InputObject [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -725,7 +725,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -860,6 +860,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -ListId The unique identifier of list @@ -1489,11 +1517,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1778,11 +1808,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentTypeColumnLink.md index 86a6ef4be0f6..e8d50619fd33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItem.md index 09fe231d2cac..58eeb665bd72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListItem --- @@ -1178,6 +1178,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1514,25 +1515,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1541,29 +1552,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1908,7 +1933,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2863,6 +2888,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3305,7 +3331,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3319,11 +3345,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3467,7 +3493,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3475,7 +3501,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3483,11 +3509,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3580,6 +3606,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3606,6 +3633,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3676,6 +3704,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4022,6 +4051,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4105,6 +4138,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4232,11 +4305,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4667,6 +4742,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4694,7 +4789,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5423,9 +5518,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6025,6 +6125,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6109,7 +6218,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6186,7 +6295,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6451,7 +6560,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7346,6 +7456,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7387,6 +7498,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7496,9 +7608,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7525,6 +7639,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7645,6 +7760,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7794,6 +7910,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7980,6 +8101,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8985,7 +9110,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9289,6 +9414,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9317,7 +9443,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9369,6 +9495,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9524,12 +9651,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9559,6 +9680,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10252,6 +10382,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10588,25 +10719,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10615,29 +10756,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10982,7 +11137,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11937,6 +12092,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12379,7 +12535,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12393,11 +12549,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12541,7 +12697,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12549,7 +12705,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12557,11 +12713,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12654,6 +12810,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12680,6 +12837,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12750,6 +12908,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13096,6 +13255,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13179,6 +13342,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13484,11 +13687,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13750,6 +13955,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13777,7 +14002,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14506,9 +14731,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15108,6 +15338,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15192,7 +15431,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15269,7 +15508,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15534,7 +15773,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16429,6 +16669,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16470,6 +16711,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16579,9 +16821,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16608,6 +16852,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16728,6 +16973,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16877,6 +17123,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17063,6 +17314,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18068,7 +18323,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18372,6 +18627,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18400,7 +18656,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18452,6 +18708,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18607,12 +18864,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18642,6 +18893,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -19323,6 +19583,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19659,25 +19920,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19686,29 +19957,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20053,7 +20338,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -21008,6 +21293,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21450,7 +21736,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21464,11 +21750,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21612,7 +21898,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21620,7 +21906,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21628,11 +21914,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21725,6 +22011,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21751,6 +22038,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21821,6 +22109,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22167,6 +22456,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22250,6 +22543,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22448,19 +22781,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22500,6 +22820,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22776,6 +23112,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23366,11 +23722,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23595,7 +23953,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24323,9 +24681,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24925,6 +25288,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25009,7 +25381,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25086,7 +25458,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25341,7 +25713,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26236,6 +26609,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26277,6 +26651,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26386,9 +26761,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26415,6 +26792,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26535,6 +26913,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26676,6 +27055,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26862,6 +27246,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27867,7 +28255,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28171,6 +28559,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28199,7 +28588,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28251,6 +28640,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28418,6 +28808,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -28764,25 +29155,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -28791,29 +29192,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -29158,7 +29573,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -30113,6 +30528,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -30555,7 +30971,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30569,11 +30985,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30717,7 +31133,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -30725,7 +31141,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30733,11 +31149,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30830,6 +31246,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -30856,6 +31273,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -30926,6 +31344,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31272,6 +31691,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31355,6 +31778,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -31553,19 +32016,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -31737,6 +32187,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -31941,6 +32407,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -32531,11 +33017,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -32757,7 +33245,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -33485,9 +33973,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -34087,6 +34580,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34171,7 +34673,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34248,7 +34750,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34503,7 +35005,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35398,6 +35901,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35439,6 +35943,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35548,9 +36053,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35577,6 +36084,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -35697,6 +36205,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35838,6 +36347,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36024,6 +36538,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37029,7 +37547,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37333,6 +37851,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37361,7 +37880,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37413,6 +37932,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -37564,6 +38084,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -37900,25 +38421,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -37927,29 +38458,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -38294,7 +38839,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -39249,6 +39794,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -39691,7 +40237,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -39705,11 +40251,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -39853,7 +40399,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -39861,7 +40407,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -39869,11 +40415,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -39966,6 +40512,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -39992,6 +40539,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -40062,6 +40610,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -40408,6 +40957,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -40491,6 +41044,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -40832,11 +41425,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -41098,6 +41693,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -41125,7 +41740,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -41854,9 +42469,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -42456,6 +43076,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -42540,7 +43169,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -42617,7 +43246,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -42882,7 +43511,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -43777,6 +44407,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -43818,6 +44449,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -43927,9 +44559,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -43956,6 +44590,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -44076,6 +44711,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -44225,6 +44861,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -44411,6 +45052,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -45416,7 +46061,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -45720,6 +46365,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -45748,7 +46394,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -45800,6 +46446,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -45955,12 +46602,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -45990,6 +46631,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -46717,6 +47367,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -47063,25 +47714,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -47090,29 +47751,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -47457,7 +48132,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -48412,6 +49087,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -48854,7 +49530,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -48868,11 +49544,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49016,7 +49692,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -49024,7 +49700,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49032,11 +49708,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49129,6 +49805,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -49155,6 +49832,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -49225,6 +49903,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -49571,6 +50250,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -49654,6 +50337,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -49852,19 +50575,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -50036,6 +50746,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -50240,6 +50966,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -50830,11 +51576,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -51056,7 +51804,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -51784,9 +52532,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -52386,6 +53139,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -52470,7 +53232,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -52547,7 +53309,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -52802,7 +53564,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -53697,6 +54460,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -53738,6 +54502,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -53847,9 +54612,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -53876,6 +54643,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -53996,6 +54764,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -54137,6 +54906,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -54323,6 +55097,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -55328,7 +56106,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -55632,6 +56410,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -55660,7 +56439,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -55712,6 +56491,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemActivity.md index 500db6305cd5..63630dd2c78f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListItemActivity --- @@ -798,6 +798,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1134,25 +1135,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1161,29 +1172,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1528,7 +1553,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2483,6 +2508,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2925,7 +2951,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2939,11 +2965,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3087,7 +3113,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3095,7 +3121,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3103,11 +3129,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3200,6 +3226,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3226,6 +3253,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3296,6 +3324,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3642,6 +3671,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3725,6 +3758,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3852,11 +3925,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4287,6 +4362,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4314,7 +4409,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5043,9 +5138,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5645,6 +5745,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5729,7 +5838,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5806,7 +5915,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6071,7 +6180,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6966,6 +7076,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7007,6 +7118,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7116,9 +7228,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7145,6 +7259,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7265,6 +7380,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7414,6 +7530,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7600,6 +7721,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8605,7 +8730,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8909,6 +9034,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8937,7 +9063,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8989,6 +9115,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9144,12 +9271,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9179,6 +9300,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9851,6 +9981,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10187,25 +10318,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10214,29 +10355,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10581,7 +10736,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11536,6 +11691,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11978,7 +12134,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11992,11 +12148,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12140,7 +12296,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12148,7 +12304,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12156,11 +12312,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12253,6 +12409,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12279,6 +12436,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12349,6 +12507,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12695,6 +12854,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12778,6 +12941,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13119,11 +13322,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13385,6 +13590,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13412,7 +13637,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14141,9 +14366,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14743,6 +14973,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14827,7 +15066,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14904,7 +15143,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15169,7 +15408,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16064,6 +16304,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16105,6 +16346,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16214,9 +16456,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16243,6 +16487,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16363,6 +16608,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16512,6 +16758,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16698,6 +16949,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17703,7 +17958,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18007,6 +18262,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18035,7 +18291,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18087,6 +18343,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18242,12 +18499,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18277,6 +18528,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -19005,6 +19265,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19341,25 +19602,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19368,29 +19639,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19735,7 +20020,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20690,6 +20975,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21132,7 +21418,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21146,11 +21432,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21294,7 +21580,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21302,7 +21588,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21310,11 +21596,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21407,6 +21693,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21433,6 +21720,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21503,6 +21791,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21849,6 +22138,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -21932,6 +22225,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22130,19 +22463,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22182,6 +22502,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22458,6 +22794,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23048,11 +23404,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23277,7 +23635,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24005,9 +24363,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24607,6 +24970,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24691,7 +25063,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24768,7 +25140,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25023,7 +25395,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -25918,6 +26291,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -25959,6 +26333,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26068,9 +26443,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26097,6 +26474,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26217,6 +26595,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26358,6 +26737,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26544,6 +26928,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27549,7 +27937,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -27853,6 +28241,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -27881,7 +28270,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27933,6 +28322,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemDocumentSetVersion.md index acf2cc6d2c3c..b9a060409d10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemLink.md index 465d8a6898fd..3a753936313f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistitemlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListItemLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemPermission.md index 6598a39a5fe7..a5fe60534afd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistitempermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListItemPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemVersion.md index 843311458b24..ef85041088ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistitemversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListItemVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListOperation.md index b2197cc6c633..48547cd32b16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListPermission.md index ba45323af837..e9ac2519a667 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListSubscription.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListSubscription.md index 6ddb9de510a1..c1256646abf6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListSubscription.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitelistsubscription Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteListSubscription --- @@ -30,10 +30,11 @@ New-MgBetaGroupSiteListSubscription -GroupId -ListId -SiteId < [-ExpirationDateTime ] [-Id ] [-IncludeResourceData] [-LatestSupportedTlsVersion ] [-LifecycleNotificationUrl ] [-NotificationContentType ] [-NotificationQueryOptions ] - [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] + [-VapidPublicKey ] [-WebPushEncryptionP256DhPublicKey ] + [-WebPushEncryptionSecret ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -56,10 +57,11 @@ New-MgBetaGroupSiteListSubscription -InputObject [-ExpirationDateTime ] [-Id ] [-IncludeResourceData] [-LatestSupportedTlsVersion ] [-LifecycleNotificationUrl ] [-NotificationContentType ] [-NotificationQueryOptions ] - [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] + [-VapidPublicKey ] [-WebPushEncryptionP256DhPublicKey ] + [-WebPushEncryptionSecret ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -921,6 +923,104 @@ AcceptedValues: [] HelpMessage: '' ``` +### -VapidPublicKey + +Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WebPushEncryptionP256DhPublicKey + +Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WebPushEncryptionSecret + +Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -WhatIf Runs the command in a mode that only reports what would happen without performing the actions. @@ -1046,6 +1146,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. INPUTOBJECT ``: Identity Parameter [BaseItemId ]: The unique identifier of baseItem diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebook.md index 20884073b90b..a8e9d4b55864 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotenotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSection.md index a957ee6925a8..b43300df3d08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotenotebooksection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteNotebookSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroup.md index 1cc241335d13..aace0d60a031 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotenotebooksectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteNotebookSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md index 985ac42768ce..97b1c02adc1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotenotebooksectiongroupsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md index 00f73188a57e..c7cb41cef704 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotenotebooksectiongroupsectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionPage.md index 1c3d43d4583b..dbca970e6c27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteNotebookSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotenotebooksectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteNotebookSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteOperation.md index d777bc421729..e5119d21fada 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenoteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenotePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenotePage.md index c8530c92f0d8..a7a45124ad4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenotePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenotePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenotePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteResource.md index cfc6106d7ec2..38bab01e778d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenoteresource Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteResource --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSection.md index c4bdcfc353fc..7005c13dc256 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotesection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroup.md index 0fbda30f83ef..7a2086c7bebe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotesectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroupSection.md index dfcefd6a9a68..eeeb5e5c5805 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroupSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotesectiongroupsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteSectionGroupSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md index c906180eab10..84d1a1d8c115 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotesectiongroupsectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteSectionGroupSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionPage.md index 817987c699cf..7d5dbd5631c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOnenoteSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteonenotesectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOnenoteSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOperation.md index ad61324706ed..822a4a932e58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePage.md index bcff3ab2f8d7..3f1d8007fdba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePage --- @@ -905,6 +905,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1241,25 +1242,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1268,29 +1279,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1635,7 +1660,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2590,6 +2615,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3032,7 +3058,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3046,11 +3072,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3194,7 +3220,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3202,7 +3228,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3210,11 +3236,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3307,6 +3333,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3333,6 +3360,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3403,6 +3431,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3749,6 +3778,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3832,6 +3865,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4030,19 +4103,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4214,6 +4274,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4418,6 +4494,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5008,11 +5104,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5234,7 +5332,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5941,9 +6039,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6543,6 +6646,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6627,7 +6739,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6704,7 +6816,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6959,7 +7071,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7854,6 +7967,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7895,6 +8009,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8004,9 +8119,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8033,6 +8150,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8153,6 +8271,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8294,6 +8413,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8480,6 +8604,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9485,7 +9613,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9789,6 +9917,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9817,7 +9946,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9869,6 +9998,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9996,6 +10126,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10342,25 +10473,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10369,29 +10510,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10736,7 +10891,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11691,6 +11846,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12133,7 +12289,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12147,11 +12303,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12295,7 +12451,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12303,7 +12459,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12311,11 +12467,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12408,6 +12564,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12434,6 +12591,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12504,6 +12662,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12850,6 +13009,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12933,6 +13096,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13131,19 +13334,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13315,6 +13505,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13519,6 +13725,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14109,11 +14335,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14335,7 +14563,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15063,9 +15291,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15665,6 +15898,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15749,7 +15991,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15826,7 +16068,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16081,7 +16323,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16976,6 +17219,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17017,6 +17261,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17126,9 +17371,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17155,6 +17402,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17275,6 +17523,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17416,6 +17665,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17602,6 +17856,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18607,7 +18865,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18911,6 +19169,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18939,7 +19198,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18991,6 +19250,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19161,6 +19421,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19507,25 +19768,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19534,29 +19805,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19901,7 +20186,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20856,6 +21141,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21298,7 +21584,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21312,11 +21598,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21460,7 +21746,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21468,7 +21754,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21476,11 +21762,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21573,6 +21859,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21599,6 +21886,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21669,6 +21957,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22015,6 +22304,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22098,6 +22391,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22296,19 +22629,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22480,6 +22800,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22684,6 +23020,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23274,11 +23630,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23500,7 +23858,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24228,9 +24586,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24830,6 +25193,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24914,7 +25286,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24991,7 +25363,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25246,7 +25618,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26141,6 +26514,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26182,6 +26556,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26291,9 +26666,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26320,6 +26697,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26440,6 +26818,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26581,6 +26960,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26767,6 +27151,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27772,7 +28160,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28076,6 +28464,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28104,7 +28493,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28156,6 +28545,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md index dc98244b5194..27438c75cbb8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepageassitepagecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md index 3cfe28c0fd97..5d7198fc22f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md index e03a8ba5443a..5f87d3c5117d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md index caec139665ae..075f09af2c6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepageassitepagecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageWebPart.md index 3aa4d0e7bc61..48ae0d9989d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageAsSitePageWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepageassitepagewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageAsSitePageWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplate.md index dc9520243124..69261c6e5821 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepagetemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageTemplate --- @@ -1001,6 +1001,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1337,25 +1338,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1364,29 +1375,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1731,7 +1756,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2686,6 +2711,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3128,7 +3154,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3142,11 +3168,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3290,7 +3316,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3298,7 +3324,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3306,11 +3332,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3403,6 +3429,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3429,6 +3456,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3499,6 +3527,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3845,6 +3874,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3928,6 +3961,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4126,19 +4199,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4303,6 +4363,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4507,6 +4583,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5097,11 +5193,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5323,7 +5421,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5977,9 +6075,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6579,6 +6682,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6663,7 +6775,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6740,7 +6852,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6995,7 +7107,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7890,6 +8003,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7931,6 +8045,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8040,9 +8155,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8069,6 +8186,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8189,6 +8307,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8330,6 +8449,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8516,6 +8640,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9521,7 +9649,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9825,6 +9953,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9853,7 +9982,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9905,6 +10034,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -10108,6 +10238,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10454,25 +10585,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10481,29 +10622,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10848,7 +11003,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11803,6 +11958,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12245,7 +12401,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12259,11 +12415,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12407,7 +12563,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12415,7 +12571,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12423,11 +12579,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12520,6 +12676,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12546,6 +12703,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12616,6 +12774,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12962,6 +13121,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13045,6 +13208,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13243,19 +13446,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13427,6 +13617,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13631,6 +13837,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14221,11 +14447,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14447,7 +14675,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15175,9 +15403,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15777,6 +16010,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15861,7 +16103,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15938,7 +16180,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16193,7 +16435,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17088,6 +17331,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17129,6 +17373,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17238,9 +17483,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17267,6 +17514,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17387,6 +17635,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17528,6 +17777,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17714,6 +17968,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18719,7 +18977,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19023,6 +19281,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19051,7 +19310,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19103,6 +19362,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19273,6 +19533,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19619,25 +19880,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19646,29 +19917,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20013,7 +20298,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20968,6 +21253,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21410,7 +21696,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21424,11 +21710,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21572,7 +21858,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21580,7 +21866,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21588,11 +21874,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21685,6 +21971,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21711,6 +21998,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21781,6 +22069,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22127,6 +22416,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22210,6 +22503,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22408,19 +22741,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22592,6 +22912,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22796,6 +23132,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23386,11 +23742,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23612,7 +23970,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24340,9 +24698,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24942,6 +25305,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25026,7 +25398,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25103,7 +25475,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25358,7 +25730,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26253,6 +26626,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26294,6 +26668,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26403,9 +26778,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26432,6 +26809,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26552,6 +26930,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26693,6 +27072,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26879,6 +27263,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27884,7 +28272,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28188,6 +28576,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28216,7 +28605,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28268,6 +28657,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md index b95cb85b45b5..59e3718b1e20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepagetemplatecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md index 1acfe7a45ca0..0b0e2864af3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md index ba76bc4a12f7..9880cb4ad80e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md index 6295d0454dd2..05c35e0798bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepagetemplatecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateWebPart.md index 767f0e50146b..549fab7599b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePageTemplateWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepagetemplatewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePageTemplateWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePermission.md index 3196d4bbb868..fe0ad74f834e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSitePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitepermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSitePermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteRecycleBinItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteRecycleBinItem.md index fec85c37fc7b..da5d2ef49cea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteRecycleBinItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteRecycleBinItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsiterecyclebinitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteRecycleBinItem --- @@ -905,6 +905,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1241,25 +1242,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1268,29 +1279,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1635,7 +1660,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2590,6 +2615,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3032,7 +3058,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3046,11 +3072,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3194,7 +3220,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3202,7 +3228,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3210,11 +3236,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3307,6 +3333,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3333,6 +3360,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3403,6 +3431,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3749,6 +3778,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3832,6 +3865,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4030,19 +4103,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4214,6 +4274,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4418,6 +4494,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5008,11 +5104,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5234,7 +5332,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5939,9 +6037,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6541,6 +6644,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6625,7 +6737,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6702,7 +6814,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6957,7 +7069,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7852,6 +7965,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7893,6 +8007,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8002,9 +8117,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8031,6 +8148,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8151,6 +8269,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8292,6 +8411,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8478,6 +8602,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9483,7 +9611,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9787,6 +9915,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9815,7 +9944,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9867,6 +9996,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9996,6 +10126,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10342,25 +10473,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10369,29 +10510,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10736,7 +10891,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11691,6 +11846,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12133,7 +12289,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12147,11 +12303,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12295,7 +12451,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12303,7 +12459,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12311,11 +12467,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12408,6 +12564,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12434,6 +12591,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12504,6 +12662,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12850,6 +13009,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12933,6 +13096,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13131,19 +13334,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13315,6 +13505,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13519,6 +13725,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14109,11 +14335,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14335,7 +14563,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15063,9 +15291,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15665,6 +15898,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15749,7 +15991,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15826,7 +16068,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16081,7 +16323,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16976,6 +17219,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17017,6 +17261,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17126,9 +17371,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17155,6 +17402,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17275,6 +17523,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17416,6 +17665,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17602,6 +17856,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18607,7 +18865,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18911,6 +19169,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18939,7 +19198,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18991,6 +19250,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19161,6 +19421,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19507,25 +19768,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19534,29 +19805,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19901,7 +20186,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20856,6 +21141,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21298,7 +21584,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21312,11 +21598,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21460,7 +21746,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21468,7 +21754,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21476,11 +21762,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21573,6 +21859,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21599,6 +21886,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21669,6 +21957,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22015,6 +22304,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22098,6 +22391,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22296,19 +22629,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22480,6 +22800,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22684,6 +23020,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23274,11 +23630,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23500,7 +23858,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24228,9 +24586,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24830,6 +25193,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24914,7 +25286,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24991,7 +25363,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25246,7 +25618,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26141,6 +26514,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26182,6 +26556,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26291,9 +26666,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26320,6 +26697,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26440,6 +26818,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26581,6 +26960,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26767,6 +27151,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27772,7 +28160,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28076,6 +28464,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28104,7 +28493,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28156,6 +28545,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroup.md index bbd807cb74bb..31865e031eb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoregroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSet.md index aa22076183c0..0d6acaaf906d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoregroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetChild.md index db325a5b59ee..f0aeb379b5d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoregroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetChildRelation.md index c9877aa380b1..f0915448eff9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoregroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetRelation.md index 96ac50c556ee..133d5af26fdf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoregroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTerm.md index 8582ce9982cd..6b0cc63270e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoregroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermChild.md index 8f872f093ca6..cf9f6dfc90d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoregroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md index 58edecd3c61b..e9068b526d5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoregroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermRelation.md index 0736c5c5b097..2da5f088352d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoregroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSet.md index 05790b3e0add..ada46793a95a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoreset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetChild.md index fb0e5edcecdc..788d2efc64ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetChildRelation.md index fdf7e38373c3..418f62e1f17a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSet.md index f14cfbae0d7d..d42416d50879 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetparentgroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetParentGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md index 2748728ade5f..064aa7390d4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetparentgroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetParentGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md index 8598e39c3e4a..8fffd7c51cf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetparentgroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md index d2d8a02e1ef0..83ca7521a4e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetparentgroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md index 30a259a0a6ec..26f4e84391c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetparentgroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md index f1737802f3ff..06ff2b15610d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetparentgroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md index 782e491d40cf..b2250c7b5ac1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetparentgroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md index b092dabd672e..0f2e0f7d4c7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetparentgroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetRelation.md index 5eb8822b60c0..553e71ca9a34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTerm.md index cac9badce86f..e4dc880a78f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermChild.md index 3eddf7520fd2..5d3da5fd3aa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermChildRelation.md index e18cbb2627ce..a17e8276c470 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermRelation.md index efc8edc24641..d9a10c2f6e1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaGroupSiteTermStoreSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetagroupsitetermstoresettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupSiteTermStoreSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteAnalyticItemActivityStat.md index 1c96d8627d5b..c0a04971919b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasiteanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteAnalyticItemActivityStat --- @@ -782,6 +782,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1118,25 +1119,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1145,29 +1156,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1512,7 +1537,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2467,6 +2492,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2909,7 +2935,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2923,11 +2949,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3071,7 +3097,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3079,7 +3105,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3087,11 +3113,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3184,6 +3210,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3210,6 +3237,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3280,6 +3308,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3626,6 +3655,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3709,6 +3742,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4043,11 +4116,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4309,6 +4384,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4336,7 +4431,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5065,9 +5160,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5667,6 +5767,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5751,7 +5860,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5828,7 +5937,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6093,7 +6202,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6988,6 +7098,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7029,6 +7140,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7138,9 +7250,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7167,6 +7281,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7287,6 +7402,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7436,6 +7552,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7622,6 +7743,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8627,7 +8752,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8931,6 +9056,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8959,7 +9085,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9011,6 +9137,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9166,12 +9293,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9201,6 +9322,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9884,6 +10014,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10220,25 +10351,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10247,29 +10388,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10614,7 +10769,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11569,6 +11724,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12011,7 +12167,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12025,11 +12181,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12173,7 +12329,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12181,7 +12337,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12189,11 +12345,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12286,6 +12442,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12312,6 +12469,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12382,6 +12540,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12728,6 +12887,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12811,6 +12974,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13122,11 +13325,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13388,6 +13593,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13415,7 +13640,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14144,9 +14369,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14746,6 +14976,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14830,7 +15069,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14907,7 +15146,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15172,7 +15411,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16067,6 +16307,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16108,6 +16349,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16217,9 +16459,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16246,6 +16490,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16366,6 +16611,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16515,6 +16761,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16701,6 +16952,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17706,7 +17961,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18010,6 +18265,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18038,7 +18294,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18090,6 +18346,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18245,12 +18502,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18280,6 +18531,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteAnalyticItemActivityStatActivity.md index 7b267e54439d..8c54aedde3fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasiteanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteAnalyticItemActivityStatActivity --- @@ -639,6 +639,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -975,25 +976,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1002,29 +1013,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1369,7 +1394,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2324,6 +2349,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2766,7 +2792,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2780,11 +2806,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2928,7 +2954,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2936,7 +2962,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2944,11 +2970,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3041,6 +3067,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3067,6 +3094,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3137,6 +3165,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3483,6 +3512,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3566,6 +3599,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3900,11 +3973,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4166,6 +4241,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4193,7 +4288,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -4922,9 +5017,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5524,6 +5624,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5608,7 +5717,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5685,7 +5794,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -5950,7 +6059,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6845,6 +6955,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6886,6 +6997,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -6995,9 +7107,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7024,6 +7138,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7144,6 +7259,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7293,6 +7409,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7479,6 +7600,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8484,7 +8609,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8788,6 +8913,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8816,7 +8942,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8868,6 +8994,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9023,12 +9150,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9058,6 +9179,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9724,6 +9854,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10060,25 +10191,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10087,29 +10228,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10454,7 +10609,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11409,6 +11564,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11851,7 +12007,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11865,11 +12021,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12013,7 +12169,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12021,7 +12177,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12029,11 +12185,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12126,6 +12282,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12152,6 +12309,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12222,6 +12380,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12568,6 +12727,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12651,6 +12814,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -12992,11 +13195,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13258,6 +13463,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13285,7 +13510,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14014,9 +14239,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14616,6 +14846,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14700,7 +14939,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14777,7 +15016,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15042,7 +15281,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -15937,6 +16177,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -15978,6 +16219,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16087,9 +16329,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16116,6 +16360,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16236,6 +16481,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16385,6 +16631,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16571,6 +16822,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17576,7 +17831,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17880,6 +18135,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -17908,7 +18164,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -17960,6 +18216,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18115,12 +18372,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18150,6 +18401,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteColumn.md index d8b9fbe54285..784e09b591e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteColumn --- @@ -31,7 +31,7 @@ New-MgBetaSiteColumn -SiteId [-ResponseHeadersVariable ] [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -62,7 +62,7 @@ New-MgBetaSiteColumn -InputObject [-ResponseHeadersVariable ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -704,7 +704,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -839,6 +839,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Lookup lookupColumn @@ -1441,11 +1469,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1730,11 +1760,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentType.md index 2e850467ff3f..eb31fd1b45d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteContentType --- @@ -1082,11 +1082,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1313,11 +1315,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1545,11 +1549,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1769,11 +1775,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1931,11 +1939,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -2103,11 +2113,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentTypeColumn.md index 2be0a14d00a5..757c73103110 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitecontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteContentTypeColumn --- @@ -31,7 +31,7 @@ New-MgBetaSiteContentTypeColumn -ContentTypeId -SiteId [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ New-MgBetaSiteContentTypeColumn -InputObject [-ResponseHeadersV [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -706,7 +706,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -841,6 +841,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Lookup lookupColumn @@ -1443,11 +1471,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1732,11 +1762,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentTypeColumnLink.md index 600b6135a8dd..cfb48128beec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitecontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathColumn.md index 9c4782af0aa9..3984a40c8298 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitegetbypathcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteGetByPathColumn --- @@ -31,7 +31,7 @@ New-MgBetaSiteGetByPathColumn -Path -SiteId [-ResponseHeadersV [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ New-MgBetaSiteGetByPathColumn -InputObject [-ResponseHeadersVar [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -671,7 +671,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -806,6 +806,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Lookup lookupColumn @@ -1435,11 +1463,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1724,11 +1754,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathContentType.md index 32cd3f821366..2c42751d6d12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitegetbypathcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteGetByPathContentType --- @@ -1081,11 +1081,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1312,11 +1314,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1544,11 +1548,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1768,11 +1774,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1930,11 +1938,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -2102,11 +2112,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathList.md index e9680d31cc39..4849f9d1ed5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitegetbypathlist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteGetByPathList --- @@ -1234,6 +1234,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1570,25 +1571,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1597,29 +1608,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1964,7 +1989,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2919,6 +2944,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3361,7 +3387,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3375,11 +3401,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3523,7 +3549,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3531,7 +3557,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3539,11 +3565,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3636,6 +3662,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3662,6 +3689,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3732,6 +3760,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4078,6 +4107,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4161,6 +4194,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4288,11 +4361,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4723,6 +4798,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4750,7 +4845,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5479,9 +5574,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6081,6 +6181,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6165,7 +6274,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6242,7 +6351,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6507,7 +6616,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7402,6 +7512,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7443,6 +7554,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7552,9 +7664,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7581,6 +7695,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7701,6 +7816,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7850,6 +7966,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8036,6 +8157,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9041,7 +9166,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9345,6 +9470,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9373,7 +9499,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9425,6 +9551,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9580,12 +9707,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9615,6 +9736,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10287,6 +10417,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10623,25 +10754,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10650,29 +10791,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -11017,7 +11172,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11972,6 +12127,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12414,7 +12570,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12428,11 +12584,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12576,7 +12732,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12584,7 +12740,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12592,11 +12748,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12689,6 +12845,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12715,6 +12872,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12785,6 +12943,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13131,6 +13290,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13214,6 +13377,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13412,19 +13615,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13596,6 +13786,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13800,6 +14006,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14350,7 +14576,7 @@ Nullable. [(Any) ]: This indicates any property can be added to this object. [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14497,11 +14723,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -15304,9 +15532,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15906,6 +16139,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15990,7 +16232,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -16067,7 +16309,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16322,7 +16564,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17217,6 +17460,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17258,6 +17502,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17367,9 +17612,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17396,6 +17643,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17516,6 +17764,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17657,6 +17906,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17843,6 +18097,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18848,7 +19106,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19152,6 +19410,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19180,7 +19439,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19232,6 +19491,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19400,11 +19660,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19574,11 +19836,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19770,6 +20034,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -20116,25 +20381,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -20143,29 +20418,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20510,7 +20799,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -21465,6 +21754,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21907,7 +22197,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21921,11 +22211,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22069,7 +22359,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -22077,7 +22367,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -22085,11 +22375,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22182,6 +22472,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -22208,6 +22499,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -22278,6 +22570,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22624,6 +22917,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22707,6 +23004,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22905,19 +23242,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23089,6 +23413,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -23293,6 +23633,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23883,11 +24243,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -24109,7 +24471,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24837,9 +25199,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -25439,6 +25806,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25523,7 +25899,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25600,7 +25976,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25855,7 +26231,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26750,6 +27127,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26791,6 +27169,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26900,9 +27279,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26929,6 +27310,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -27049,6 +27431,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27190,6 +27573,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -27376,6 +27764,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -28381,7 +28773,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28685,6 +29077,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28713,7 +29106,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28765,6 +29158,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28874,6 +29268,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -29210,25 +29605,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -29237,29 +29642,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -29604,7 +30023,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -30559,6 +30978,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31001,7 +31421,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31015,11 +31435,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31163,7 +31583,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -31171,7 +31591,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31179,11 +31599,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31276,6 +31696,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -31302,6 +31723,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -31372,6 +31794,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31718,6 +32141,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31801,10 +32228,50 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32205,19 +32672,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -32257,6 +32711,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -32461,6 +32931,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -33027,11 +33517,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -33874,9 +34366,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -34476,6 +34973,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34560,7 +35066,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34637,7 +35143,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34892,7 +35398,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35787,6 +36294,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35828,6 +36336,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35937,9 +36446,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35966,6 +36477,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -36086,6 +36598,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36227,6 +36740,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36413,6 +36931,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37418,7 +37940,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37722,6 +38244,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37750,7 +38273,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37802,6 +38325,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -38025,6 +38549,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -38361,25 +38886,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -38388,29 +38923,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -38755,7 +39304,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -39710,6 +40259,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -40152,7 +40702,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40166,11 +40716,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40314,7 +40864,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -40322,7 +40872,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40330,11 +40880,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40427,6 +40977,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -40453,6 +41004,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -40523,6 +41075,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -40869,6 +41422,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -40952,6 +41509,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -41150,19 +41747,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -41202,6 +41786,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -41478,6 +42078,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -42068,11 +42688,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -42297,7 +42919,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -43025,9 +43647,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -43627,6 +44254,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -43711,7 +44347,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -43788,7 +44424,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -44043,7 +44679,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -44938,6 +45575,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -44979,6 +45617,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45088,9 +45727,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45117,6 +45758,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -45237,6 +45879,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -45378,6 +46021,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -45564,6 +46212,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -46569,7 +47221,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -46873,6 +47525,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -46901,7 +47554,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -46953,6 +47606,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -47115,6 +47769,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -47461,25 +48116,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -47488,29 +48153,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -47855,7 +48534,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -48810,6 +49489,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -49252,7 +49932,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49266,11 +49946,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49414,7 +50094,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -49422,7 +50102,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49430,11 +50110,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49527,6 +50207,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -49553,6 +50234,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -49623,6 +50305,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -49969,6 +50652,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -50052,6 +50739,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -50250,19 +50977,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -50434,6 +51148,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -50638,6 +51368,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -51228,11 +51978,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -51454,7 +52206,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -52182,9 +52934,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -52784,6 +53541,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -52868,7 +53634,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -52945,7 +53711,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -53200,7 +53966,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -54095,6 +54862,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -54136,6 +54904,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54245,9 +55014,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54274,6 +55045,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -54394,6 +55166,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -54535,6 +55308,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -54721,6 +55499,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -55726,7 +56508,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -56030,6 +56812,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -56058,7 +56841,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -56110,6 +56893,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -56446,6 +57230,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathOperation.md index 9f4c49e363d6..1ceef14dd885 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitegetbypathoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteGetByPathOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathPage.md index 27b5d66b641b..4156d661f68e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitegetbypathpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteGetByPathPage --- @@ -906,6 +906,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1242,25 +1243,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1269,29 +1280,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1636,7 +1661,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2591,6 +2616,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3033,7 +3059,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3047,11 +3073,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3195,7 +3221,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3203,7 +3229,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3211,11 +3237,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3308,6 +3334,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3334,6 +3361,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3404,6 +3432,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3750,6 +3779,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3833,6 +3866,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4031,19 +4104,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4215,6 +4275,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4419,6 +4495,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5009,11 +5105,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5235,7 +5333,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5942,9 +6040,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6544,6 +6647,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6628,7 +6740,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6705,7 +6817,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6960,7 +7072,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7855,6 +7968,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7896,6 +8010,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8005,9 +8120,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8034,6 +8151,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8154,6 +8272,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8295,6 +8414,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8481,6 +8605,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9486,7 +9614,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9790,6 +9918,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9818,7 +9947,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9870,6 +9999,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9997,6 +10127,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10343,25 +10474,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10370,29 +10511,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10737,7 +10892,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11692,6 +11847,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12134,7 +12290,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12148,11 +12304,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12296,7 +12452,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12304,7 +12460,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12312,11 +12468,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12409,6 +12565,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12435,6 +12592,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12505,6 +12663,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12851,6 +13010,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12934,6 +13097,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13132,19 +13335,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13316,6 +13506,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13520,6 +13726,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14110,11 +14336,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14336,7 +14564,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15064,9 +15292,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15666,6 +15899,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15750,7 +15992,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15827,7 +16069,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16082,7 +16324,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16977,6 +17220,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17018,6 +17262,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17127,9 +17372,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17156,6 +17403,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17276,6 +17524,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17417,6 +17666,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17603,6 +17857,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18608,7 +18866,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18912,6 +19170,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18940,7 +19199,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18992,6 +19251,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19162,6 +19422,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19508,25 +19769,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19535,29 +19806,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19902,7 +20187,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20857,6 +21142,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21299,7 +21585,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21313,11 +21599,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21461,7 +21747,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21469,7 +21755,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21477,11 +21763,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21574,6 +21860,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21600,6 +21887,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21670,6 +21958,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22016,6 +22305,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22099,6 +22392,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22297,19 +22630,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22481,6 +22801,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22685,6 +23021,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23275,11 +23631,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23501,7 +23859,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24229,9 +24587,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24831,6 +25194,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24915,7 +25287,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24992,7 +25364,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25247,7 +25619,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26142,6 +26515,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26183,6 +26557,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26292,9 +26667,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26321,6 +26698,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26441,6 +26819,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26582,6 +26961,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26768,6 +27152,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27773,7 +28161,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28077,6 +28465,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28105,7 +28494,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28157,6 +28546,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathPermission.md index f0221962a18d..dc98442ca573 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteGetByPathPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitegetbypathpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteGetByPathPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteList.md index 8cb4e0a163c6..e3a4867dfe80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteList --- @@ -1247,6 +1247,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1583,25 +1584,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1610,29 +1621,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1977,7 +2002,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2932,6 +2957,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3374,7 +3400,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3388,11 +3414,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3536,7 +3562,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3544,7 +3570,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3552,11 +3578,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3649,6 +3675,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3675,6 +3702,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3745,6 +3773,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4091,6 +4120,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4174,6 +4207,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4301,11 +4374,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4736,6 +4811,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4763,7 +4858,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5492,9 +5587,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6094,6 +6194,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6178,7 +6287,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6255,7 +6364,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6520,7 +6629,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7415,6 +7525,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7456,6 +7567,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7565,9 +7677,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7594,6 +7708,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7714,6 +7829,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7863,6 +7979,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8049,6 +8170,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9054,7 +9179,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9358,6 +9483,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9386,7 +9512,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9438,6 +9564,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9593,12 +9720,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9628,6 +9749,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10300,6 +10430,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10636,25 +10767,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10663,29 +10804,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -11030,7 +11185,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11985,6 +12140,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12427,7 +12583,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12441,11 +12597,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12589,7 +12745,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12597,7 +12753,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12605,11 +12761,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12702,6 +12858,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12728,6 +12885,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12798,6 +12956,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13144,6 +13303,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13227,6 +13390,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13425,19 +13628,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13609,6 +13799,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13813,6 +14019,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14363,7 +14589,7 @@ Nullable. [(Any) ]: This indicates any property can be added to this object. [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14510,11 +14736,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -15317,9 +15545,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15919,6 +16152,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -16003,7 +16245,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -16080,7 +16322,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16335,7 +16577,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17230,6 +17473,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17271,6 +17515,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17380,9 +17625,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17409,6 +17656,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17529,6 +17777,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17670,6 +17919,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17856,6 +18110,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18861,7 +19119,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19165,6 +19423,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19193,7 +19452,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19245,6 +19504,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19413,11 +19673,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19587,11 +19849,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19783,6 +20047,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -20129,25 +20394,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -20156,29 +20431,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20523,7 +20812,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -21478,6 +21767,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21920,7 +22210,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21934,11 +22224,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22082,7 +22372,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -22090,7 +22380,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -22098,11 +22388,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22195,6 +22485,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -22221,6 +22512,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -22291,6 +22583,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22637,6 +22930,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22720,6 +23017,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22918,19 +23255,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23102,6 +23426,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -23306,6 +23646,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23896,11 +24256,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -24122,7 +24484,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24850,9 +25212,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -25452,6 +25819,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25536,7 +25912,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25613,7 +25989,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25868,7 +26244,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26763,6 +27140,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26804,6 +27182,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26913,9 +27292,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26942,6 +27323,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -27062,6 +27444,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27203,6 +27586,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -27389,6 +27777,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -28394,7 +28786,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28698,6 +29090,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28726,7 +29119,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28778,6 +29171,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28887,6 +29281,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -29223,25 +29618,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -29250,29 +29655,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -29617,7 +30036,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -30572,6 +30991,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31014,7 +31434,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31028,11 +31448,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31176,7 +31596,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -31184,7 +31604,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31192,11 +31612,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31289,6 +31709,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -31315,6 +31736,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -31385,6 +31807,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31731,6 +32154,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31814,10 +32241,50 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32218,19 +32685,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -32270,6 +32724,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -32474,6 +32944,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -33040,11 +33530,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -33887,9 +34379,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -34489,6 +34986,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34573,7 +35079,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34650,7 +35156,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34905,7 +35411,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35800,6 +36307,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35841,6 +36349,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35950,9 +36459,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35979,6 +36490,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -36099,6 +36611,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36240,6 +36753,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36426,6 +36944,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37431,7 +37953,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37735,6 +38257,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37763,7 +38286,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37815,6 +38338,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -38038,6 +38562,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -38374,25 +38899,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -38401,29 +38936,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -38768,7 +39317,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -39723,6 +40272,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -40165,7 +40715,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40179,11 +40729,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40327,7 +40877,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -40335,7 +40885,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40343,11 +40893,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40440,6 +40990,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -40466,6 +41017,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -40536,6 +41088,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -40882,6 +41435,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -40965,6 +41522,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -41163,19 +41760,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -41215,6 +41799,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -41491,6 +42091,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -42081,11 +42701,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -42310,7 +42932,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -43038,9 +43660,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -43640,6 +44267,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -43724,7 +44360,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -43801,7 +44437,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -44056,7 +44692,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -44951,6 +45588,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -44992,6 +45630,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45101,9 +45740,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45130,6 +45771,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -45250,6 +45892,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -45391,6 +46034,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -45577,6 +46225,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -46582,7 +47234,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -46886,6 +47538,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -46914,7 +47567,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -46966,6 +47619,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -47128,6 +47782,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -47474,25 +48129,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -47501,29 +48166,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -47868,7 +48547,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -48823,6 +49502,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -49265,7 +49945,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49279,11 +49959,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49427,7 +50107,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -49435,7 +50115,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49443,11 +50123,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49540,6 +50220,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -49566,6 +50247,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -49636,6 +50318,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -49982,6 +50665,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -50065,6 +50752,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -50263,19 +50990,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -50447,6 +51161,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -50651,6 +51381,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -51241,11 +51991,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -51467,7 +52219,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -52195,9 +52947,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -52797,6 +53554,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -52881,7 +53647,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -52958,7 +53724,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -53213,7 +53979,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -54108,6 +54875,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -54149,6 +54917,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54258,9 +55027,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54287,6 +55058,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -54407,6 +55179,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -54548,6 +55321,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -54734,6 +55512,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -55739,7 +56521,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -56043,6 +56825,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -56071,7 +56854,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -56123,6 +56906,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -56459,6 +57243,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListActivity.md index 35b4db9bdad8..abe901e84193 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListActivity --- @@ -744,6 +744,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1080,25 +1081,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1107,29 +1118,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1474,7 +1499,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2429,6 +2454,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2871,7 +2897,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2885,11 +2911,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3033,7 +3059,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3041,7 +3067,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3049,11 +3075,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3146,6 +3172,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3172,6 +3199,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3242,6 +3270,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3588,6 +3617,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3671,6 +3704,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3798,11 +3871,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4233,6 +4308,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4260,7 +4355,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -4989,9 +5084,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5591,6 +5691,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5675,7 +5784,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5752,7 +5861,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6017,7 +6126,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6912,6 +7022,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6953,6 +7064,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7062,9 +7174,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7091,6 +7205,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7211,6 +7326,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7360,6 +7476,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7546,6 +7667,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8551,7 +8676,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8855,6 +8980,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8883,7 +9009,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8935,6 +9061,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9090,12 +9217,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9125,6 +9246,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9797,6 +9927,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10133,25 +10264,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10160,29 +10301,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10527,7 +10682,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11482,6 +11637,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11924,7 +12080,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11938,11 +12094,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12086,7 +12242,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12094,7 +12250,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12102,11 +12258,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12199,6 +12355,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12225,6 +12382,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12295,6 +12453,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12641,6 +12800,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12724,6 +12887,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13065,11 +13268,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13331,6 +13536,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13358,7 +13583,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14087,9 +14312,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14689,6 +14919,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14773,7 +15012,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14850,7 +15089,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15115,7 +15354,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16010,6 +16250,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16051,6 +16292,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16160,9 +16402,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16189,6 +16433,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16309,6 +16554,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16458,6 +16704,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16644,6 +16895,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17649,7 +17904,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17953,6 +18208,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -17981,7 +18237,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18033,6 +18289,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18188,12 +18445,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18223,6 +18474,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -18951,6 +19211,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19287,25 +19548,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19314,29 +19585,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19681,7 +19966,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20636,6 +20921,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21078,7 +21364,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21092,11 +21378,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21240,7 +21526,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21248,7 +21534,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21256,11 +21542,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21353,6 +21639,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21379,6 +21666,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21449,6 +21737,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21795,6 +22084,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -21878,6 +22171,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22076,19 +22409,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22128,6 +22448,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22404,6 +22740,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -22994,11 +23350,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23223,7 +23581,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -23951,9 +24309,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24553,6 +24916,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24637,7 +25009,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24714,7 +25086,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24969,7 +25341,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -25864,6 +26237,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -25905,6 +26279,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26014,9 +26389,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26043,6 +26420,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26163,6 +26541,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26304,6 +26683,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26490,6 +26874,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27495,7 +27883,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -27799,6 +28187,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -27827,7 +28216,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27879,6 +28268,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListColumn.md index 09b60b32bd31..50ab468fa7e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListColumn --- @@ -31,7 +31,7 @@ New-MgBetaSiteListColumn -ListId -SiteId [-ResponseHeadersVari [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ New-MgBetaSiteListColumn -InputObject [-ResponseHeadersVariable [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -679,7 +679,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -814,6 +814,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -ListId The unique identifier of list @@ -1443,11 +1471,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1732,11 +1762,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentType.md index b9183a3371c0..0ee3af12b5e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListContentType --- @@ -1080,11 +1080,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1311,11 +1313,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1543,11 +1547,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1767,11 +1773,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1929,11 +1937,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -2101,11 +2111,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentTypeColumn.md index 368859973e62..13f82c1b3f0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListContentTypeColumn --- @@ -31,7 +31,7 @@ New-MgBetaSiteListContentTypeColumn -ContentTypeId -ListId -Si [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ New-MgBetaSiteListContentTypeColumn -InputObject [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -706,7 +706,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -841,6 +841,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -ListId The unique identifier of list @@ -1470,11 +1498,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1759,11 +1789,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentTypeColumnLink.md index dd3b74ff4897..7cb52e24a9fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItem.md index 883a4499d5c5..62cfde2db51e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListItem --- @@ -1178,6 +1178,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1514,25 +1515,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1541,29 +1552,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1908,7 +1933,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2863,6 +2888,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3305,7 +3331,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3319,11 +3345,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3467,7 +3493,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3475,7 +3501,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3483,11 +3509,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3580,6 +3606,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3606,6 +3633,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3676,6 +3704,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4022,6 +4051,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4105,6 +4138,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4232,11 +4305,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4667,6 +4742,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4694,7 +4789,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5423,9 +5518,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6025,6 +6125,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6109,7 +6218,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6186,7 +6295,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6451,7 +6560,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7346,6 +7456,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7387,6 +7498,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7496,9 +7608,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7525,6 +7639,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7645,6 +7760,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7794,6 +7910,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7980,6 +8101,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8985,7 +9110,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9289,6 +9414,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9317,7 +9443,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9369,6 +9495,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9524,12 +9651,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9559,6 +9680,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10252,6 +10382,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10588,25 +10719,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10615,29 +10756,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10982,7 +11137,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11937,6 +12092,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12379,7 +12535,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12393,11 +12549,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12541,7 +12697,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12549,7 +12705,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12557,11 +12713,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12654,6 +12810,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12680,6 +12837,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12750,6 +12908,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13096,6 +13255,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13179,6 +13342,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13484,11 +13687,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13750,6 +13955,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13777,7 +14002,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14506,9 +14731,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15108,6 +15338,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15192,7 +15431,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15269,7 +15508,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15534,7 +15773,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16429,6 +16669,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16470,6 +16711,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16579,9 +16821,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16608,6 +16852,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16728,6 +16973,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16877,6 +17123,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17063,6 +17314,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18068,7 +18323,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18372,6 +18627,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18400,7 +18656,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18452,6 +18708,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18607,12 +18864,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18642,6 +18893,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -19323,6 +19583,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19659,25 +19920,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19686,29 +19957,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20053,7 +20338,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -21008,6 +21293,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21450,7 +21736,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21464,11 +21750,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21612,7 +21898,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21620,7 +21906,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21628,11 +21914,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21725,6 +22011,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21751,6 +22038,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21821,6 +22109,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22167,6 +22456,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22250,6 +22543,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22448,19 +22781,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22500,6 +22820,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22776,6 +23112,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23366,11 +23722,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23595,7 +23953,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24323,9 +24681,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24925,6 +25288,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25009,7 +25381,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25086,7 +25458,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25341,7 +25713,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26236,6 +26609,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26277,6 +26651,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26386,9 +26761,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26415,6 +26792,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26535,6 +26913,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26676,6 +27055,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26862,6 +27246,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27867,7 +28255,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28171,6 +28559,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28199,7 +28588,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28251,6 +28640,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28418,6 +28808,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -28764,25 +29155,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -28791,29 +29192,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -29158,7 +29573,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -30113,6 +30528,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -30555,7 +30971,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30569,11 +30985,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30717,7 +31133,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -30725,7 +31141,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30733,11 +31149,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30830,6 +31246,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -30856,6 +31273,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -30926,6 +31344,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31272,6 +31691,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31355,6 +31778,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -31553,19 +32016,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -31737,6 +32187,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -31941,6 +32407,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -32531,11 +33017,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -32757,7 +33245,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -33485,9 +33973,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -34087,6 +34580,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34171,7 +34673,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34248,7 +34750,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34503,7 +35005,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35398,6 +35901,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35439,6 +35943,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35548,9 +36053,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35577,6 +36084,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -35697,6 +36205,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35838,6 +36347,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36024,6 +36538,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37029,7 +37547,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37333,6 +37851,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37361,7 +37880,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37413,6 +37932,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -37564,6 +38084,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -37900,25 +38421,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -37927,29 +38458,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -38294,7 +38839,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -39249,6 +39794,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -39691,7 +40237,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -39705,11 +40251,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -39853,7 +40399,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -39861,7 +40407,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -39869,11 +40415,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -39966,6 +40512,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -39992,6 +40539,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -40062,6 +40610,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -40408,6 +40957,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -40491,6 +41044,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -40832,11 +41425,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -41098,6 +41693,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -41125,7 +41740,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -41854,9 +42469,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -42456,6 +43076,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -42540,7 +43169,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -42617,7 +43246,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -42882,7 +43511,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -43777,6 +44407,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -43818,6 +44449,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -43927,9 +44559,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -43956,6 +44590,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -44076,6 +44711,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -44225,6 +44861,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -44411,6 +45052,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -45416,7 +46061,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -45720,6 +46365,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -45748,7 +46394,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -45800,6 +46446,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -45955,12 +46602,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -45990,6 +46631,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -46717,6 +47367,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -47063,25 +47714,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -47090,29 +47751,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -47457,7 +48132,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -48412,6 +49087,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -48854,7 +49530,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -48868,11 +49544,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49016,7 +49692,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -49024,7 +49700,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49032,11 +49708,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49129,6 +49805,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -49155,6 +49832,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -49225,6 +49903,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -49571,6 +50250,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -49654,6 +50337,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -49852,19 +50575,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -50036,6 +50746,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -50240,6 +50966,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -50830,11 +51576,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -51056,7 +51804,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -51784,9 +52532,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -52386,6 +53139,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -52470,7 +53232,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -52547,7 +53309,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -52802,7 +53564,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -53697,6 +54460,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -53738,6 +54502,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -53847,9 +54612,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -53876,6 +54643,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -53996,6 +54764,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -54137,6 +54906,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -54323,6 +55097,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -55328,7 +56106,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -55632,6 +56410,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -55660,7 +56439,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -55712,6 +56491,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemActivity.md index 89c95f2b7957..8b5eb349efff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListItemActivity --- @@ -771,6 +771,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1107,25 +1108,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1134,29 +1145,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1501,7 +1526,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2456,6 +2481,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2898,7 +2924,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2912,11 +2938,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3060,7 +3086,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3068,7 +3094,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3076,11 +3102,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3173,6 +3199,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3199,6 +3226,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3269,6 +3297,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3615,6 +3644,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3698,6 +3731,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3825,11 +3898,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4260,6 +4335,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4287,7 +4382,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5016,9 +5111,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5618,6 +5718,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5702,7 +5811,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5779,7 +5888,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6044,7 +6153,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6939,6 +7049,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6980,6 +7091,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7089,9 +7201,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7118,6 +7232,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7238,6 +7353,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7387,6 +7503,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7573,6 +7694,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8578,7 +8703,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8882,6 +9007,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8910,7 +9036,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8962,6 +9088,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9117,12 +9244,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9152,6 +9273,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9824,6 +9954,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10160,25 +10291,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10187,29 +10328,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10554,7 +10709,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11509,6 +11664,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11951,7 +12107,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11965,11 +12121,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12113,7 +12269,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12121,7 +12277,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12129,11 +12285,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12226,6 +12382,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12252,6 +12409,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12322,6 +12480,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12668,6 +12827,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12751,6 +12914,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13092,11 +13295,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13358,6 +13563,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13385,7 +13610,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14114,9 +14339,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14716,6 +14946,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14800,7 +15039,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14877,7 +15116,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15142,7 +15381,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16037,6 +16277,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16078,6 +16319,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16187,9 +16429,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16216,6 +16460,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16336,6 +16581,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16485,6 +16731,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16671,6 +16922,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17676,7 +17931,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17980,6 +18235,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18008,7 +18264,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18060,6 +18316,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18215,12 +18472,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18250,6 +18501,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -18978,6 +19238,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19314,25 +19575,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19341,29 +19612,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19708,7 +19993,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20663,6 +20948,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21105,7 +21391,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21119,11 +21405,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21267,7 +21553,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21275,7 +21561,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21283,11 +21569,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21380,6 +21666,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21406,6 +21693,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21476,6 +21764,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21822,6 +22111,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -21905,6 +22198,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22103,19 +22436,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22155,6 +22475,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22431,6 +22767,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23021,11 +23377,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23250,7 +23608,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -23978,9 +24336,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24580,6 +24943,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24664,7 +25036,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24741,7 +25113,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24996,7 +25368,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -25891,6 +26264,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -25932,6 +26306,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26041,9 +26416,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26070,6 +26447,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26190,6 +26568,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26331,6 +26710,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26517,6 +26901,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27522,7 +27910,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -27826,6 +28214,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -27854,7 +28243,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27906,6 +28295,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemDocumentSetVersion.md index f5490a67098f..fc6ba92acae6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemLink.md index 40fa480af635..a7abcc2ecb5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistitemlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListItemLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemPermission.md index 1ce3fe698474..1773f8ff066a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistitempermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListItemPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemVersion.md index a23dc11e5caf..62091c0a0ab0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistitemversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListItemVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListOperation.md index 22edd5e95f30..9cfaac04c3da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListPermission.md index 7f4e422ba055..cfea38236967 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListSubscription.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListSubscription.md index 01498486ac66..982b6fe19d8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListSubscription.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitelistsubscription Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteListSubscription --- @@ -29,10 +29,11 @@ New-MgBetaSiteListSubscription -ListId -SiteId [-ResponseHeade [-EncryptionCertificateId ] [-ExpirationDateTime ] [-Id ] [-IncludeResourceData] [-LatestSupportedTlsVersion ] [-LifecycleNotificationUrl ] [-NotificationContentType ] [-NotificationQueryOptions ] - [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] + [-VapidPublicKey ] [-WebPushEncryptionP256DhPublicKey ] + [-WebPushEncryptionSecret ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -54,10 +55,11 @@ New-MgBetaSiteListSubscription -InputObject [-ResponseHeadersVa [-EncryptionCertificateId ] [-ExpirationDateTime ] [-Id ] [-IncludeResourceData] [-LatestSupportedTlsVersion ] [-LifecycleNotificationUrl ] [-NotificationContentType ] [-NotificationQueryOptions ] - [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] + [-VapidPublicKey ] [-WebPushEncryptionP256DhPublicKey ] + [-WebPushEncryptionSecret ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -892,6 +894,104 @@ AcceptedValues: [] HelpMessage: '' ``` +### -VapidPublicKey + +Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WebPushEncryptionP256DhPublicKey + +Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WebPushEncryptionSecret + +Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -WhatIf Runs the command in a mode that only reports what would happen without performing the actions. @@ -1017,6 +1117,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. INPUTOBJECT ``: Identity Parameter [BaseItemId ]: The unique identifier of baseItem diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteOperation.md index 8096670f1f36..d05049e4667e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasiteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePage.md index 57ca4ad48f7c..48c9a3d987fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSitePage --- @@ -904,6 +904,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1240,25 +1241,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1267,29 +1278,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1634,7 +1659,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2589,6 +2614,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3031,7 +3057,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3045,11 +3071,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3193,7 +3219,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3201,7 +3227,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3209,11 +3235,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3306,6 +3332,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3332,6 +3359,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3402,6 +3430,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3748,6 +3777,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3831,6 +3864,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4029,19 +4102,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4213,6 +4273,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4417,6 +4493,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5007,11 +5103,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5233,7 +5331,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5940,9 +6038,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6542,6 +6645,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6626,7 +6738,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6703,7 +6815,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6958,7 +7070,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7853,6 +7966,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7894,6 +8008,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8003,9 +8118,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8032,6 +8149,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8152,6 +8270,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8293,6 +8412,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8479,6 +8603,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9484,7 +9612,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9788,6 +9916,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9816,7 +9945,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9868,6 +9997,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9995,6 +10125,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10341,25 +10472,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10368,29 +10509,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10735,7 +10890,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11690,6 +11845,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12132,7 +12288,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12146,11 +12302,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12294,7 +12450,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12302,7 +12458,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12310,11 +12466,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12407,6 +12563,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12433,6 +12590,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12503,6 +12661,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12849,6 +13008,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12932,6 +13095,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13130,19 +13333,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13314,6 +13504,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13518,6 +13724,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14108,11 +14334,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14334,7 +14562,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15062,9 +15290,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15664,6 +15897,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15748,7 +15990,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15825,7 +16067,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16080,7 +16322,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16975,6 +17218,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17016,6 +17260,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17125,9 +17370,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17154,6 +17401,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17274,6 +17522,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17415,6 +17664,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17601,6 +17855,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18606,7 +18864,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18910,6 +19168,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18938,7 +19197,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18990,6 +19249,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19160,6 +19420,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19506,25 +19767,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19533,29 +19804,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19900,7 +20185,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20855,6 +21140,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21297,7 +21583,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21311,11 +21597,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21459,7 +21745,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21467,7 +21753,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21475,11 +21761,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21572,6 +21858,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21598,6 +21885,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21668,6 +21956,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22014,6 +22303,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22097,6 +22390,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22295,19 +22628,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22479,6 +22799,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22683,6 +23019,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23273,11 +23629,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23499,7 +23857,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24227,9 +24585,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24829,6 +25192,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24913,7 +25285,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24990,7 +25362,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25245,7 +25617,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26140,6 +26513,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26181,6 +26555,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26290,9 +26665,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26319,6 +26696,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26439,6 +26817,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26580,6 +26959,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26766,6 +27150,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27771,7 +28159,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28075,6 +28463,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28103,7 +28492,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28155,6 +28544,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md index c8f5e44f34d2..777c4ee9c228 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitepageassitepagecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md index 8354f7384ded..fd054752d7b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitepageassitepagecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md index 98ddd050230e..c0f149daa1b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitepageassitepagecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md index 195c5deb81dd..674116409cc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitepageassitepagecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageWebPart.md index e1f1961f643e..aea90c346c40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePageAsSitePageWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitepageassitepagewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSitePageAsSitePageWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePermission.md index 932dd8f2c84b..8ca9eaff94ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSitePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitepermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSitePermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroup.md index efe831d26a4d..963490fa4473 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoregroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSet.md index bac7b02388a7..27c7c86bb941 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoregroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetChild.md index ab7b02ec29ff..9415e18aaecf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoregroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetChildRelation.md index 2f2f21f4dc78..a635d675fd24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoregroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetRelation.md index abc14d5d10b8..55a0616892b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoregroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTerm.md index 6a20df17626c..dea6db28fb27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoregroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermChild.md index 26b5e2cc126a..9b96125d6a1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoregroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermChildRelation.md index 22fdc48c2f89..c9c7876c70dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoregroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermRelation.md index 95219f7576de..e893c16ca8be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoregroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSet.md index 5deecd9e2ca6..75d8f251d104 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoreset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetChild.md index 39401c27a1df..62f5a6cc0393 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetChildRelation.md index ab04c4b7430b..0754c0a077dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSet.md index 0c52b85ac72d..fa9fd0b191bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetparentgroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetParentGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetChild.md index a47894e30e5d..2f15b67a420f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetparentgroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetParentGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md index 1fbcae5fcedf..d7a020dec2a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetparentgroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetParentGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetRelation.md index 068cc58ec096..0a23433c7a7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetparentgroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetParentGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTerm.md index 32ed70bc037f..e25b2c490d51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetparentgroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetParentGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermChild.md index d370b33b6733..3f186828c203 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetparentgroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetParentGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md index 15074a85fbe8..760b610b39eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetparentgroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md index ce772018ad0b..4686493d5b45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetparentgroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetParentGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetRelation.md index 9c337a61cf27..8be62789d90c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTerm.md index 1171d5d0c7bc..7ff42b83ede1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermChild.md index 5d8b57860692..734f4a507bd6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermChildRelation.md index 645326941759..3f1e6807b75f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermRelation.md index f0e91726d218..cee1d85e3cce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/New-MgBetaSiteTermStoreSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/new-mgbetasitetermstoresettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSiteTermStoreSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaGroupSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaGroupSiteContentType.md index c3971a5f9f19..447c18efff97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaGroupSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaGroupSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/publish-mgbetagroupsitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgBetaGroupSiteContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaGroupSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaGroupSiteListContentType.md index b6ef8e71e571..8d19dd7affa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaGroupSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaGroupSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/publish-mgbetagroupsitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgBetaGroupSiteListContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaSiteContentType.md index fc3f2ba3199c..ff2d4eb4a5bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/publish-mgbetasitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgBetaSiteContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaSiteListContentType.md index eca1be6ae3e9..f1a45ac519fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Publish-MgBetaSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/publish-mgbetasitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgBetaSiteListContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaAdminSharepoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaAdminSharepoint.md index 8294af72622f..e2c55f5f94df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaAdminSharepoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaAdminSharepoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetaadminsharepoint Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAdminSharepoint --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaAdminSharepointSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaAdminSharepointSetting.md index 77755b26e16b..c3ecabf7a899 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaAdminSharepointSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaAdminSharepointSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetaadminsharepointsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAdminSharepointSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSite.md index 5eb15fd693f3..eef88af1278c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSite --- @@ -481,6 +481,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -817,25 +818,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -844,29 +855,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1211,7 +1236,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2166,6 +2191,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2608,7 +2634,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2622,11 +2648,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2770,7 +2796,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2778,7 +2804,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2786,11 +2812,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2883,6 +2909,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -2909,6 +2936,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -2979,6 +3007,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3325,6 +3354,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3408,6 +3441,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3606,19 +3679,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -3790,6 +3850,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -3994,6 +4070,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -4584,11 +4680,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4810,7 +4908,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5138,9 +5236,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5877,6 +5980,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5961,7 +6073,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6038,7 +6150,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6293,7 +6405,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7188,6 +7301,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7229,6 +7343,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7338,9 +7453,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7367,6 +7484,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7487,6 +7605,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7628,6 +7747,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7814,6 +7938,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8819,7 +8947,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9123,6 +9251,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9151,7 +9280,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9203,6 +9332,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9634,6 +9764,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -9970,25 +10101,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -9997,29 +10138,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10364,7 +10519,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11319,6 +11474,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11761,7 +11917,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11775,11 +11931,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -11923,7 +12079,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -11931,7 +12087,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11939,11 +12095,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12036,6 +12192,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12062,6 +12219,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12132,6 +12290,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12478,6 +12637,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12561,6 +12724,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -12759,19 +12962,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -12943,6 +13133,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13147,6 +13353,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -13737,11 +13963,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13963,7 +14191,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14291,9 +14519,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15030,6 +15263,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15114,7 +15356,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15191,7 +15433,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15446,7 +15688,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16341,6 +16584,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16382,6 +16626,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16491,9 +16736,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16520,6 +16767,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16640,6 +16888,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16781,6 +17030,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16967,6 +17221,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17972,7 +18230,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18276,6 +18534,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18304,7 +18563,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18356,6 +18615,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalytic.md index 935fd92dd27a..b811e1df6b74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteAnalytic --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStat.md index 8ef2e243eb3d..4d843cd04a2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity.md index f767599c4d35..7fb25429676f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md index be980563557a..5f0cf10b9efe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteanalyticitemactivitystatactivitydriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md index 31b4df182fcf..63721ddf78ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteanalyticitemactivitystatactivitydriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteColumn.md index 0d0c22298374..84dff8bddac2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentModel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentModel.md index 9fcbc8213a9e..173437996bfc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentModel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentModel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitecontentmodel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteContentModel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentModelFromDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentModelFromDrive.md index 75d880f8ba76..6b0258060b0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentModelFromDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentModelFromDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitecontentmodelfromdrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteContentModelFromDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentType.md index 65b01093e641..1d5ce8ab7354 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentTypeColumn.md index 91306e6aa6ba..556fdda0712e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitecontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentTypeColumnLink.md index d38c12b92d8f..0f567f1344e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitecontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteDocumentProcessingJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteDocumentProcessingJob.md index 096f318e8626..3b355e4eb60a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteDocumentProcessingJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteDocumentProcessingJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitedocumentprocessingjob Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteDocumentProcessingJob --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteExtension.md index 79621639e5a5..f26e07aac4af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteextension Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteExtension --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathAnalytic.md index 63d3d9bd8093..1819ef7b3b03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitegetbypathanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteGetByPathAnalytic --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathInformationProtection.md index 5007b07d5a76..21f3c6842784 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitegetbypathinformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteGetByPathInformationProtection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathOnenote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathOnenote.md index d9df8fff6b93..43b3e0174240 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathOnenote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathOnenote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitegetbypathonenote Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteGetByPathOnenote --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathRecycleBin.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathRecycleBin.md index 57cf29492746..7f8449e6dcc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathRecycleBin.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathRecycleBin.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitegetbypathrecyclebin Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteGetByPathRecycleBin --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathTermStore.md index 8137d34bede3..4647b5d47064 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteGetByPathTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitegetbypathtermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteGetByPathTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtection.md index 23bb1455cf36..e4037f0e4816 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteinformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteInformationProtection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md index e2dcbfd76ffb..3cbe105acd16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteinformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionPolicy.md index 51e82580e3ae..61788e1be595 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionPolicyLabel.md index a41af72f7023..9745c69b822d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteInformationProtectionPolicyLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel.md index a848099eb86c..e592024cb0f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md index 0188fa96a2a1..a950f1b857a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md index bcdbe669be1c..226287c784ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteinformationprotectionsensitivitypolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md index 693dbf7fca32..09e2347b8c55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteinformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md index 93ac9291cefb..8e2e83c88234 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteinformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteList.md index c896589b9cb0..5f7fd9cbe71f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteList --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListColumn.md index 95f2ed534376..d8e69a97228a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentType.md index 7a90cd90f130..d189adebe984 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentTypeColumn.md index 79d77aeec5f4..79061995084e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentTypeColumnLink.md index f6c96fcc5d44..ed6c5e1e4ce8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItem.md index 0b3e496fffd4..260d267eccf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivity.md index 5e5d74ecfe29..dfaaf7f426f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemActivity --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivityDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivityDriveItemContent.md index e4f2258c7e9b..4a6b72b5ddb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivityDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivityDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitemactivitydriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemActivityDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream.md index 14eee9f8a8db..90b2b976ef90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitemactivitydriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDocumentSetVersion.md index b0e0bf870bd9..b2f489c798cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDocumentSetVersionField.md index e87ba74464b4..05ebae04a76e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDriveItemContent.md index e62485326d4f..92aa20321937 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDriveItemContentStream.md index b52cd214c4fb..77ca0cd4855b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitemdriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemField.md index 1cab0fb2c306..686f6c10b16d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitemfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemPermission.md index fee314b1d8bb..4450b47ff6a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitempermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemVersion.md index cd2258a40407..41bf1db64a9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitemversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemVersionField.md index 958cb4b9c20c..9a4449732852 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListOperation.md index f28c3fa25680..f99005100607 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListPermission.md index 17ce543069c4..11030f23d87a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListSubscription.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListSubscription.md index 85f4acca33b3..cc8ee47193b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListSubscription.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitelistsubscription Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteListSubscription --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenote.md index 120c4d458fd0..403c6f608eac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenote Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenote --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebook.md index 9a6606d86475..e61e1203d577 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotenotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSection.md index 62da3a9530fe..b885493ec7dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotenotebooksection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteNotebookSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup.md index 5cb38a8deff1..a0ad60f7b764 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotenotebooksectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md index 489b697d0d8b..f827392553aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotenotebooksectiongroupsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md index 8c5843aa5569..6b8a4f7d9019 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotenotebooksectiongroupsectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md index 2512624a4503..4f854143ded9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotenotebooksectiongroupsectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionPage.md index 86e5279df3f8..a5c6d3c00469 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotenotebooksectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteNotebookSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md index c97a929ad898..8843b2b55835 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotenotebooksectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteOperation.md index 1225399804b8..265bc50ca6a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenoteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenotePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenotePage.md index 3f1581bccde1..60839ef3a9b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenotePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenotePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenotePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenotePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenotePageContent.md index 08ce79121d5a..154427a98526 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenotePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenotePageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotepagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenotePageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteResource.md index 118c48046cb6..0d2fb113578a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenoteresource Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteResource --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteResourceContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteResourceContent.md index 7d733bf927a3..ce70a2648e5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteResourceContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteResourceContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenoteresourcecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteResourceContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSection.md index 5e58088656d2..9ba7e7036fe6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotesection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroup.md index 9f85158b7a3c..dd2e9d7cd597 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotesectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSection.md index 74712b09a571..9da9724658ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotesectiongroupsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteSectionGroupSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md index b4c3d6df8409..1714a50ebe05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotesectiongroupsectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md index 5e207d0c6704..7818b07829d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotesectiongroupsectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionPage.md index bd52ca85cb50..fa3901ce1629 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotesectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionPageContent.md index f1b3a7ae8f74..9bfd33810c9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOnenoteSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteonenotesectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOnenoteSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOperation.md index 2290769731d8..e656256c60fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePage.md index 70937260c598..56cbccb8260d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayout.md index 51ebbae1deeb..e3e67452aec2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepageassitepagecanvalayout Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageAsSitePageCanvaLayout --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md index 0e0f7ffaad60..fc35f11f7af5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepageassitepagecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md index d721557aabae..869b5390abc9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md index 7a75a63150f4..a799300ca030 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md index 74f75e39adef..5e8427e4a73b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepageassitepagecanvalayoutverticalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md index e3e515ff35dc..752ffddbea16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepageassitepagecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageWebPart.md index 416c8c83f719..0d53e75114f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageAsSitePageWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepageassitepagewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageAsSitePageWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplate.md index 21c3c871beb8..70ebd053eea4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepagetemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageTemplate --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayout.md index c4e778350825..4604d6d664b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepagetemplatecanvalayout Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageTemplateCanvaLayout --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md index f35aeaf91ca8..3ab182d8270b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepagetemplatecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md index 45f7997dc021..63fa0bdfd054 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md index 2f51f02e1811..a02d56acd85d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md index f8f5a99d4148..7098352d8300 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepagetemplatecanvalayoutverticalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md index 0d7f9412a24d..bc90c3daa126 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepagetemplatecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateWebPart.md index abb2ca5b85b9..b4e04c9a5749 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePageTemplateWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepagetemplatewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePageTemplateWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePermission.md index ed0e284e1229..33c9c5912c1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSitePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitepermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSitePermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteRecycleBin.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteRecycleBin.md index 313808910fc9..c02d2985df3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteRecycleBin.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteRecycleBin.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiterecyclebin Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteRecycleBin --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteRecycleBinItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteRecycleBinItem.md index ebd7ab4db058..41ab23ac565c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteRecycleBinItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteRecycleBinItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsiterecyclebinitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteRecycleBinItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStore.md index a6ca3ee1c3d9..d77158f37ba6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroup.md index c0af4b6ee0c1..830032997f62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoregroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSet.md index 7a13e89dba5d..8208dfb63d0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoregroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetChild.md index 9ae165767323..f9d091ca96bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoregroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation.md index 5c2075ff8155..b6bfa6a85970 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoregroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup.md index a5b821c32dac..4076e1d9d6f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoregroupsetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetRelation.md index 504fbeaeba86..5781402c1f72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoregroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTerm.md index f1bb6c595ad5..ecb929357e49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoregroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermChild.md index 3a5257d08c39..e00d3a4a867b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoregroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md index e2192dbe9f5d..50dabaeea667 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoregroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation.md index a72a99f993cb..2c0c31461e5a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoregroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSet.md index c6c6b6147cec..22119ca6d355 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoreset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetChild.md index 451c873f2312..44dafb3a03d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetChildRelation.md index 13f43237c970..365236fe6fdf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroup.md index 739cb912e6ed..0f73a6c4d5b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSet.md index 2b5e3aec6c0c..18ade92f9c84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetparentgroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetParentGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md index 4037eb9ca4b7..d39bd617d0d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetparentgroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md index e0f176f371c9..6bf84b21fa02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetparentgroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md index 590bffb150af..8097792f5558 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetparentgroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md index d5fe3728a23a..483194b449e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetparentgroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md index e1a9d2bac26f..f44b76d80cbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetparentgroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md index 6a7038456333..2c815ac733f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetparentgroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md index e8e84bfea6d7..e8b14652902f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetparentgroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetRelation.md index 8b54ec762daa..9acbd31de83a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTerm.md index d7b92575cf5a..fb8779679bb8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermChild.md index 88bbc84cf1bc..0d8a35139c74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermChildRelation.md index 59ec0bdacd2d..c501c41d2974 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermRelation.md index b253aefad23d..7793244de24f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaGroupSiteTermStoreSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetagroupsitetermstoresettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupSiteTermStoreSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalytic.md index eae97209d441..d9b84c98053f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasiteanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteAnalytic --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalyticItemActivityStat.md index 029b61b2dc8f..c74bb69753db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasiteanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalyticItemActivityStatActivity.md index e71eac4c7ef7..ab780c89958a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasiteanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteAnalyticItemActivityStatActivity --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteColumn.md index d2b73606b5b0..257da52ff7c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentModelGetByNameFromDrive.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentModelGetByNameFromDrive.md index 5819c92cd922..ae9aa0ac792d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentModelGetByNameFromDrive.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentModelGetByNameFromDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitecontentmodelgetbynamefromdrive Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteContentModelGetByNameFromDrive --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentType.md index 6779429cfd59..feb1ab792218 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentTypeColumn.md index 9d1faf1c9ea7..f951623d9e47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitecontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentTypeColumnLink.md index a9215321d0b7..a9f3c3639ed9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitecontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteGetByPathAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteGetByPathAnalytic.md index 81eb1a58bbac..108f889f3f25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteGetByPathAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteGetByPathAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitegetbypathanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteGetByPathAnalytic --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteGetByPathTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteGetByPathTermStore.md index b6a5216d04a6..fb63bff3545d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteGetByPathTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteGetByPathTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitegetbypathtermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteGetByPathTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteList.md index 21db32bf4ec3..f91c68250107 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteList --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListColumn.md index 2cadbb06e054..dd7c0e65d02c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentType.md index e967f4530118..e92c2fb28614 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentTypeColumn.md index e58f180fe908..77c0e08bfe73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentTypeColumnLink.md index 56146258a2d4..14b5d656c115 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItem.md index 37b84254148c..e9588f1cbe00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemActivity.md index c254a3c72535..b39fffc35e50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListItemActivity --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemDocumentSetVersion.md index 75ddee9d3038..8195319b08ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemDocumentSetVersionField.md index 9004f30d1bf3..b9b22e1b7de0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemField.md index c7bd4c8631a7..6846cecebdec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistitemfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListItemField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemPermission.md index dd3394e9a85d..c5c796e55a94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistitempermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListItemPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemVersion.md index 2e46d342ea37..15b756508223 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistitemversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListItemVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemVersionField.md index 829c60e1863b..febc923061eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListOperation.md index 6d6e072f35b6..6cc88a9d268e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListPermission.md index ce8a134b60cd..d624cb92f9b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListSubscription.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListSubscription.md index 6d492fc3478f..96fe228f0e64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListSubscription.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitelistsubscription Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteListSubscription --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteOperation.md index 3d5870067262..8086e076eddb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasiteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePage.md index 613f93fe431b..e975c50aa04c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSitePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayout.md index 6920fdcbd0a4..14d29e7b8c37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitepageassitepagecanvalayout Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSitePageAsSitePageCanvaLayout --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md index 5df21e86c538..cbd4388c855b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitepageassitepagecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md index eacdf711d36c..ed49cdf586a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitepageassitepagecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md index 00176840bab6..6f3417b50a7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitepageassitepagecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md index fad4ab05ce6e..e5f8a67e2096 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitepageassitepagecanvalayoutverticalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md index a327b6d7a679..dcc92e13d99e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitepageassitepagecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageWebPart.md index 69512a6fe28b..2ab619575ae6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePageAsSitePageWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitepageassitepagewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSitePageAsSitePageWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePermission.md index 6137811398e5..944d471e2c9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSitePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitepermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSitePermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStore.md index a76a1722bb8e..cff961df8001 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroup.md index 88b07acddc8b..d08bebe959f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoregroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSet.md index 35dc3a56b0b7..c30de83cfb7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoregroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetChild.md index 74f65b753483..85da553e53a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoregroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetChildRelation.md index 9be4768f5127..c3c6941cf9fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoregroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetParentGroup.md index 63c5f6d31591..8397c7c17b74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoregroupsetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreGroupSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetRelation.md index 8998047b7dad..ed3d844d5682 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoregroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTerm.md index 70a82bada9a5..1a7e3a9c61fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoregroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermChild.md index 75b4542b4498..cfe149bd28a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoregroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermChildRelation.md index 58ea8fa36f9b..bcc34f307722 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoregroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermRelation.md index 2145d8b36d7a..a55898cf5b83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoregroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSet.md index 02a3a65b386e..5f971be83b8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoreset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetChild.md index 1f921467d289..f91b08b32591 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetChildRelation.md index 9d9540a7ab26..074ff787362d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroup.md index 124b1eeb23fd..7cf8322b97b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSet.md index 8dfc5b6f7786..206f62c9b28a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetparentgroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetParentGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetChild.md index 7ac01b51a610..a8899faaaa83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetparentgroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetParentGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md index f4531c810df1..20550be4e5ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetparentgroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetRelation.md index 76635811073d..5703c382b413 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetparentgroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetParentGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTerm.md index cafe310e28b0..831e43e0b0b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetparentgroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetParentGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild.md index a511c1fb6bbf..a8b33eebdbb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetparentgroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md index 592c37e61ed5..b3ec0a0c66ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetparentgroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md index c28d44c6e944..d61830eabf19 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetparentgroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetRelation.md index 3dcf53bed330..1e4b7e3f82c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTerm.md index 660590318152..4a28e1826b52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermChild.md index d134939b731a..ac06519bda4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermChildRelation.md index b9dde82aff50..84f3153a8d29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermRelation.md index a3386952acc6..eccfe337474c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaSiteTermStoreSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetasitetermstoresettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSiteTermStoreSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaUserFollowedSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaUserFollowedSite.md index 0dd705fbe154..ed1e35907079 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaUserFollowedSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Remove-MgBetaUserFollowedSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/remove-mgbetauserfollowedsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserFollowedSite --- @@ -513,6 +513,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -849,25 +850,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -876,29 +887,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1243,7 +1268,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2198,6 +2223,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2640,7 +2666,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2654,11 +2680,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2802,7 +2828,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2810,7 +2836,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2818,11 +2844,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2915,6 +2941,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -2941,6 +2968,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3011,6 +3039,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3357,6 +3386,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3440,6 +3473,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3638,19 +3711,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -3822,6 +3882,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4026,6 +4102,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -4616,11 +4712,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4842,7 +4940,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5170,9 +5268,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5909,6 +6012,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5993,7 +6105,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6070,7 +6182,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6325,7 +6437,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7220,6 +7333,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7261,6 +7375,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7370,9 +7485,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7399,6 +7516,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7519,6 +7637,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7660,6 +7779,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7846,6 +7970,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8851,7 +8979,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9155,6 +9283,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9183,7 +9312,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9235,6 +9364,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9666,6 +9796,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10002,25 +10133,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10029,29 +10170,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10396,7 +10551,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11351,6 +11506,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11793,7 +11949,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11807,11 +11963,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -11955,7 +12111,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -11963,7 +12119,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11971,11 +12127,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12068,6 +12224,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12094,6 +12251,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12164,6 +12322,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12510,6 +12669,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12593,6 +12756,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -12791,19 +12994,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -12975,6 +13165,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13179,6 +13385,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -13769,11 +13995,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13995,7 +14223,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14323,9 +14551,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15062,6 +15295,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15146,7 +15388,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15223,7 +15465,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15478,7 +15720,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16373,6 +16616,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16414,6 +16658,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16523,9 +16768,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16552,6 +16799,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16672,6 +16920,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16813,6 +17062,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16999,6 +17253,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18004,7 +18262,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18308,6 +18566,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18336,7 +18595,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18388,6 +18647,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteListItemDocumentSetVersion.md index 2d3e64b46a42..55eefdaf05f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/restore-mgbetagroupsitelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaGroupSiteListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteListItemVersion.md index 3a6071a2d13e..d2097bd7ce52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/restore-mgbetagroupsitelistitemversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaGroupSiteListItemVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteRecycleBinItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteRecycleBinItem.md index d272174e508f..a95f847fd35b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteRecycleBinItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaGroupSiteRecycleBinItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/restore-mgbetagroupsiterecyclebinitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaGroupSiteRecycleBinItem --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaSiteListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaSiteListItemDocumentSetVersion.md index bf39e9dc211c..a9a0c9f6027f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaSiteListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaSiteListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/restore-mgbetasitelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaSiteListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaSiteListItemVersion.md index 76a9a76adb05..a1cd59083659 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Restore-MgBetaSiteListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/restore-mgbetasitelistitemversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaSiteListItemVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSiteListItemPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSiteListItemPermissionGrant.md index 854148d9c97c..2a157a09118c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSiteListItemPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSiteListItemPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/revoke-mgbetagroupsitelistitempermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaGroupSiteListItemPermissionGrant --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSiteListPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSiteListPermissionGrant.md index d3cd8142f584..8a66b22647f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSiteListPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSiteListPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/revoke-mgbetagroupsitelistpermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaGroupSiteListPermissionGrant --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSitePermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSitePermissionGrant.md index d9170dfb1d30..e288d2941662 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSitePermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaGroupSitePermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/revoke-mgbetagroupsitepermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaGroupSitePermissionGrant --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSiteListItemPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSiteListItemPermissionGrant.md index 84475f27ba12..93f34ae74f84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSiteListItemPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSiteListItemPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/revoke-mgbetasitelistitempermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaSiteListItemPermissionGrant --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSiteListPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSiteListPermissionGrant.md index 16070fabe0de..7675f88966cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSiteListPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSiteListPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/revoke-mgbetasitelistpermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaSiteListPermissionGrant --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSitePermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSitePermissionGrant.md index b9b7307dc3b6..33968a7f5e9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSitePermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Revoke-MgBetaSitePermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/revoke-mgbetasitepermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaSitePermissionGrant --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md index ee06c2d0f06d..dc5bee7f69c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsiteanalyticitemactivitystatactivitydriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md index 5791188f176c..d04fd1e4da09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsiteanalyticitemactivitystatactivitydriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemActivityDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemActivityDriveItemContent.md index 4bbe7921b830..e0999c2dbaf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemActivityDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemActivityDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsitelistitemactivitydriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteListItemActivityDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemActivityDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemActivityDriveItemContentStream.md index c2dbee5a15c0..4ced268fb3b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemActivityDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemActivityDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsitelistitemactivitydriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteListItemActivityDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemDriveItemContent.md index 25af6b9d974d..47f35b55c404 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsitelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemDriveItemContentStream.md index 8c7a8c2d0f30..0a8a2c0418ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteListItemDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsitelistitemdriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteListItemDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md index e965bdc049d3..005b938defe8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsiteonenotenotebooksectiongroupsectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md index 8426fc316c45..101981cb4e96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsiteonenotenotebooksectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenotePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenotePageContent.md index cc3fef360b4b..f27cdbdabfc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenotePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenotePageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsiteonenotepagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteOnenotePageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteResourceContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteResourceContent.md index 6d96fb093500..091b12b8a942 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteResourceContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteResourceContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsiteonenoteresourcecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteOnenoteResourceContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md index e9325ce47ea5..66a9feeb564f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsiteonenotesectiongroupsectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteSectionPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteSectionPageContent.md index 4d9f19befdbf..45a9f7211ceb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteSectionPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaGroupSiteOnenoteSectionPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetagroupsiteonenotesectionpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupSiteOnenoteSectionPageContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent.md index 8d526d8de0dc..3707aff83951 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetasiteanalyticitemactivitystatactivitydriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream.md index 111d5b48244a..9a159778082e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetasiteanalyticitemactivitystatactivitydriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemActivityDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemActivityDriveItemContent.md index b44b5411e3e8..f048117d78c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemActivityDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemActivityDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetasitelistitemactivitydriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaSiteListItemActivityDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemActivityDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemActivityDriveItemContentStream.md index 64cfafc2cc4c..8ac138320f6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemActivityDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemActivityDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetasitelistitemactivitydriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaSiteListItemActivityDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemDriveItemContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemDriveItemContent.md index ffedb29e35e0..9e8bc5c804d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetasitelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaSiteListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemDriveItemContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemDriveItemContentStream.md index b60077e32aa1..de38bf45e4bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemDriveItemContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Set-MgBetaSiteListItemDriveItemContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/set-mgbetasitelistitemdriveitemcontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaSiteListItemDriveItemContentStream --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteContentTypePublished.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteContentTypePublished.md index 2ddc869e09bd..75e4bb949045 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteContentTypePublished.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteContentTypePublished.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/test-mgbetagroupsitecontenttypepublished Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaGroupSiteContentTypePublished --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md index c88ec9f899b3..bc9497c68486 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/test-mgbetagroupsiteinformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication.md index 5d06f1b478b7..37a18a6e863f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/test-mgbetagroupsiteinformationprotectionpolicylabelapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult.md index 96332009d61d..0cdc632ad06e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/test-mgbetagroupsiteinformationprotectionpolicylabelclassificationresult Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval.md index 76b486f874dc..9b2dfb7f937c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/test-mgbetagroupsiteinformationprotectionpolicylabelremoval Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionSensitivityLabel.md index a66c6b2826e8..403f6f985360 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/test-mgbetagroupsiteinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaGroupSiteInformationProtectionSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md index 9d8e0166570b..e26406206810 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/test-mgbetagroupsiteinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteListContentTypePublished.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteListContentTypePublished.md index eb62b1a90647..981b129b71e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteListContentTypePublished.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaGroupSiteListContentTypePublished.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/test-mgbetagroupsitelistcontenttypepublished Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaGroupSiteListContentTypePublished --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaSiteContentTypePublished.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaSiteContentTypePublished.md index ecb4aa513d9a..ae479778e334 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaSiteContentTypePublished.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaSiteContentTypePublished.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/test-mgbetasitecontenttypepublished Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaSiteContentTypePublished --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaSiteListContentTypePublished.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaSiteListContentTypePublished.md index 340b829373f5..f2fe2446d8e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaSiteListContentTypePublished.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Test-MgBetaSiteListContentTypePublished.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/test-mgbetasitelistcontenttypepublished Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaSiteListContentTypePublished --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaGroupSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaGroupSiteContentType.md index 718269e5630d..940e06c7880d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaGroupSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaGroupSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/unpublish-mgbetagroupsitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Unpublish-MgBetaGroupSiteContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaGroupSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaGroupSiteListContentType.md index a920eaa1bda7..2587dcf0581c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaGroupSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaGroupSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/unpublish-mgbetagroupsitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Unpublish-MgBetaGroupSiteListContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaSiteContentType.md index acc2157bd4dd..5d1c310971b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/unpublish-mgbetasitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Unpublish-MgBetaSiteContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaSiteListContentType.md index 1da9b4268ca6..3013de5930f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Unpublish-MgBetaSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/unpublish-mgbetasitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Unpublish-MgBetaSiteListContentType --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaAdminSharepoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaAdminSharepoint.md index 1f7f346ba615..eaef9f02ad6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaAdminSharepoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaAdminSharepoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetaadminsharepoint Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAdminSharepoint --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaAdminSharepointSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaAdminSharepointSetting.md index b0ee20be8e9f..69c58db7e2eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaAdminSharepointSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaAdminSharepointSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetaadminsharepointsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAdminSharepointSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSite.md index 7b1d7e19d9be..d58bf4783fa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSite --- @@ -1764,6 +1764,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -2100,25 +2101,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -2127,29 +2138,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -2494,7 +2519,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -3449,6 +3474,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3891,7 +3917,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3905,11 +3931,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -4053,7 +4079,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -4061,7 +4087,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -4069,11 +4095,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -4166,6 +4192,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -4192,6 +4219,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -4262,6 +4290,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4608,6 +4637,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4691,6 +4724,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4996,11 +5069,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5262,6 +5337,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -5289,7 +5384,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -6018,9 +6113,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6620,6 +6720,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6704,7 +6813,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6781,7 +6890,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -7046,7 +7155,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7941,6 +8051,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7982,6 +8093,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8091,9 +8203,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8120,6 +8234,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8240,6 +8355,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8389,6 +8505,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8575,6 +8696,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9580,7 +9705,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9884,6 +10009,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9912,7 +10038,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9964,6 +10090,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -10119,12 +10246,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -10154,6 +10275,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10835,6 +10965,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -11171,25 +11302,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -11198,29 +11339,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -11565,7 +11720,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -12520,6 +12675,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12962,7 +13118,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12976,11 +13132,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -13124,7 +13280,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -13132,7 +13288,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -13140,11 +13296,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -13237,6 +13393,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -13263,6 +13420,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -13333,6 +13491,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13679,6 +13838,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13762,6 +13925,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13960,19 +14163,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -14144,6 +14334,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -14348,6 +14554,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14938,11 +15164,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -15164,7 +15392,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15492,9 +15720,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -16231,6 +16464,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -16315,7 +16557,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -16392,7 +16634,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16647,7 +16889,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17542,6 +17785,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17583,6 +17827,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17692,9 +17937,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17721,6 +17968,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17841,6 +18089,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17982,6 +18231,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -18168,6 +18422,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -19173,7 +19431,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19477,6 +19735,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19505,7 +19764,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19557,6 +19816,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19949,11 +20209,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -20145,11 +20407,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -20341,6 +20605,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -20687,25 +20952,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -20714,29 +20989,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -21081,7 +21370,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -22036,6 +22325,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22478,7 +22768,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -22492,11 +22782,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22640,7 +22930,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -22648,7 +22938,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -22656,11 +22946,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22753,6 +23043,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -22779,6 +23070,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -22849,6 +23141,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -23195,6 +23488,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -23278,6 +23575,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -23476,19 +23813,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23660,6 +23984,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -23864,6 +24204,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -24454,11 +24814,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -24680,7 +25042,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -25408,9 +25770,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -26010,6 +26377,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -26094,7 +26470,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -26171,7 +26547,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26426,7 +26802,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -27321,6 +27698,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -27362,6 +27740,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -27471,9 +27850,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -27500,6 +27881,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -27620,6 +28002,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27761,6 +28144,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -27947,6 +28335,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -28952,7 +29344,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -29256,6 +29648,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -29284,7 +29677,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -29336,6 +29729,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -29459,6 +29853,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -29795,25 +30190,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -29822,29 +30227,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -30189,7 +30608,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -31144,6 +31563,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31586,7 +32006,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31600,11 +32020,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31748,7 +32168,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -31756,7 +32176,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31764,11 +32184,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31861,6 +32281,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -31887,6 +32308,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -31957,6 +32379,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -32303,6 +32726,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -32386,10 +32813,50 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32790,19 +33257,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -32842,6 +33296,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -33046,6 +33516,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -33612,11 +34102,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -34459,9 +34951,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -35061,6 +35558,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -35145,7 +35651,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -35222,7 +35728,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -35477,7 +35983,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -36372,6 +36879,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -36413,6 +36921,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -36522,9 +37031,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -36551,6 +37062,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -36671,6 +37183,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36812,6 +37325,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36998,6 +37516,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -38003,7 +38525,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -38307,6 +38829,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -38335,7 +38858,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -38387,6 +38910,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -38548,6 +39072,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -38884,25 +39409,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -38911,29 +39446,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -39278,7 +39827,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -40233,6 +40782,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -40675,7 +41225,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40689,11 +41239,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40837,7 +41387,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -40845,7 +41395,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40853,11 +41403,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40950,6 +41500,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -40976,6 +41527,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -41046,6 +41598,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -41392,6 +41945,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -41475,10 +42032,50 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -41879,19 +42476,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -41931,6 +42515,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -42135,6 +42735,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -42701,11 +43321,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -43548,9 +44170,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -44150,6 +44777,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -44234,7 +44870,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -44311,7 +44947,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -44566,7 +45202,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -45461,6 +46098,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -45502,6 +46140,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45611,9 +46250,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45640,6 +46281,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -45760,6 +46402,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -45901,6 +46544,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -46087,6 +46735,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -47092,7 +47744,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -47396,6 +48048,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -47424,7 +48077,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -47476,6 +48129,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -47665,11 +48319,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -47979,6 +48635,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -48315,25 +48972,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -48342,29 +49009,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -48709,7 +49390,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -49664,6 +50345,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -50106,7 +50788,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -50120,11 +50802,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -50268,7 +50950,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -50276,7 +50958,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -50284,11 +50966,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -50381,6 +51063,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -50407,6 +51090,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -50477,6 +51161,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -50823,6 +51508,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -50906,6 +51595,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -51104,19 +51833,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -51288,6 +52004,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -51492,6 +52224,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -52082,11 +52834,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -52308,7 +53062,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -53018,9 +53772,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -53620,6 +54379,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -53704,7 +54472,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -53781,7 +54549,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -54036,7 +54804,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -54931,6 +55700,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -54972,6 +55742,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -55081,9 +55852,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -55110,6 +55883,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -55230,6 +56004,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -55371,6 +56146,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -55557,6 +56337,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -56562,7 +57346,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -56866,6 +57650,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -56894,7 +57679,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -56946,6 +57731,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -57068,6 +57854,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -57414,25 +58201,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -57441,29 +58238,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -57808,7 +58619,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -58763,6 +59574,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -59205,7 +60017,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -59219,11 +60031,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -59367,7 +60179,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -59375,7 +60187,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -59383,11 +60195,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -59480,6 +60292,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -59506,6 +60319,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -59576,6 +60390,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -59922,6 +60737,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -60005,6 +60824,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -60203,19 +61062,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -60387,6 +61233,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -60591,6 +61453,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -61181,11 +62063,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -61407,7 +62291,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -62135,9 +63019,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -62737,6 +63626,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -62821,7 +63719,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -62898,7 +63796,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -63153,7 +64051,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -64048,6 +64947,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -64089,6 +64989,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -64198,9 +65099,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -64227,6 +65130,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -64347,6 +65251,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -64488,6 +65393,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -64674,6 +65584,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -65679,7 +66593,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -65983,6 +66897,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -66011,7 +66926,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -66063,6 +66978,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -66171,6 +67087,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -66507,25 +67424,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -66534,29 +67461,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -66901,7 +67842,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -67856,6 +68797,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -68298,7 +69240,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -68312,11 +69254,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -68460,7 +69402,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -68468,7 +69410,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -68476,11 +69418,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -68573,6 +69515,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -68599,6 +69542,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -68669,6 +69613,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -69015,6 +69960,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -69098,6 +70047,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -69296,19 +70285,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -69480,6 +70456,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -69684,6 +70676,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -70234,7 +71246,7 @@ Nullable. [(Any) ]: This indicates any property can be added to this object. [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -70381,11 +71393,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -71188,9 +72202,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -71790,6 +72809,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -71874,7 +72902,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -71951,7 +72979,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -72206,7 +73234,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -73101,6 +74130,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -73142,6 +74172,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -73251,9 +74282,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -73280,6 +74313,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -73400,6 +74434,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -73541,6 +74576,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -73727,6 +74767,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -74732,7 +75776,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -75036,6 +76080,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -75064,7 +76109,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -75116,6 +76161,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -75447,6 +76493,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -75783,25 +76830,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -75810,29 +76867,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -76177,7 +77248,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -77132,6 +78203,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -77574,7 +78646,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -77588,11 +78660,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -77736,7 +78808,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -77744,7 +78816,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -77752,11 +78824,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -77849,6 +78921,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -77875,6 +78948,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -77945,6 +79019,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -78291,6 +79366,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -78374,6 +79453,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -78572,19 +79691,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -78756,6 +79862,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -78960,6 +80082,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -79550,11 +80692,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -79776,7 +80920,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -80483,9 +81627,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -81085,6 +82234,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -81169,7 +82327,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -81246,7 +82404,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -81501,7 +82659,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -82396,6 +83555,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -82437,6 +83597,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -82546,9 +83707,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -82575,6 +83738,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -82695,6 +83859,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -82836,6 +84001,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -83022,6 +84192,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -84027,7 +85201,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -84331,6 +85505,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -84359,7 +85534,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -84411,6 +85586,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -84548,6 +85724,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -84884,25 +86061,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -84911,29 +86098,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -85278,7 +86479,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -86233,6 +87434,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -86675,7 +87877,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -86689,11 +87891,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -86837,7 +88039,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -86845,7 +88047,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -86853,11 +88055,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -86950,6 +88152,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -86976,6 +88179,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -87046,6 +88250,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -87392,6 +88597,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -87475,6 +88684,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -87673,19 +88922,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -87850,6 +89086,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -88054,6 +89306,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -88644,11 +89916,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -88870,7 +90144,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -89524,9 +90798,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -90126,6 +91405,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -90210,7 +91498,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -90287,7 +91575,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -90542,7 +91830,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -91437,6 +92726,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -91478,6 +92768,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -91587,9 +92878,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -91616,6 +92909,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -91736,6 +93030,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -91877,6 +93172,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -92063,6 +93363,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -93068,7 +94372,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -93372,6 +94676,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -93400,7 +94705,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -93452,6 +94757,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -93764,6 +95070,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -94100,25 +95407,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -94127,29 +95444,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -94494,7 +95825,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -95449,6 +96780,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -95891,7 +97223,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -95905,11 +97237,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -96053,7 +97385,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -96061,7 +97393,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -96069,11 +97401,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -96166,6 +97498,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -96192,6 +97525,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -96262,6 +97596,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -96608,6 +97943,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -96691,6 +98030,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -96889,19 +98268,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -97073,6 +98439,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -97277,6 +98659,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -97867,11 +99269,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -98093,7 +99497,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -98771,9 +100175,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -99373,6 +100782,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -99457,7 +100875,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -99534,7 +100952,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -99789,7 +101207,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -100684,6 +102103,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -100725,6 +102145,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -100834,9 +102255,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -100863,6 +102286,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -100983,6 +102407,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -101124,6 +102549,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -101310,6 +102740,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -102315,7 +103749,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -102619,6 +104053,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -102647,7 +104082,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -102699,6 +104134,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -102896,6 +104332,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -103232,25 +104669,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -103259,29 +104706,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -103626,7 +105087,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -104581,6 +106042,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -105023,7 +106485,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -105037,11 +106499,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -105185,7 +106647,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -105193,7 +106655,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -105201,11 +106663,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -105298,6 +106760,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -105324,6 +106787,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -105394,6 +106858,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -105740,6 +107205,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -105823,6 +107292,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -106021,19 +107530,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -106205,6 +107701,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -106409,6 +107921,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -106999,11 +108531,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -107225,7 +108759,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -107553,9 +109087,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -108292,6 +109831,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -108376,7 +109924,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -108453,7 +110001,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -108708,7 +110256,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -109603,6 +111152,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -109644,6 +111194,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -109753,9 +111304,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -109782,6 +111335,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -109902,6 +111456,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -110043,6 +111598,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -110229,6 +111789,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -111234,7 +112798,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -111538,6 +113102,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -111566,7 +113131,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -111618,6 +113183,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalytic.md index 21b74ede7e48..98abe7230117 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteAnalytic --- @@ -611,6 +611,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -947,25 +948,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -974,29 +985,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1341,7 +1366,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2296,6 +2321,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2738,7 +2764,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2752,11 +2778,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2900,7 +2926,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2908,7 +2934,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2916,11 +2942,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3013,6 +3039,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3039,6 +3066,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3109,6 +3137,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3455,6 +3484,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3538,6 +3571,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3849,11 +3922,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4115,6 +4190,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4142,7 +4237,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -4871,9 +4966,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5473,6 +5573,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5557,7 +5666,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5634,7 +5743,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -5899,7 +6008,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6794,6 +6904,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6835,6 +6946,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -6944,9 +7056,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -6973,6 +7087,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7093,6 +7208,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7242,6 +7358,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7428,6 +7549,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8433,7 +8558,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8737,6 +8862,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8765,7 +8891,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8817,6 +8943,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -8972,12 +9099,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9007,6 +9128,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9707,6 +9837,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10043,25 +10174,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10070,29 +10211,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10437,7 +10592,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11392,6 +11547,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11834,7 +11990,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11848,11 +12004,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -11996,7 +12152,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12004,7 +12160,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12012,11 +12168,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12109,6 +12265,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12135,6 +12292,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12205,6 +12363,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12551,6 +12710,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12634,6 +12797,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -12939,11 +13142,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13205,6 +13410,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13232,7 +13457,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -13961,9 +14186,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14563,6 +14793,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14647,7 +14886,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14724,7 +14963,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14989,7 +15228,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -15884,6 +16124,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -15925,6 +16166,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16034,9 +16276,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16063,6 +16307,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16183,6 +16428,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16332,6 +16578,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16518,6 +16769,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17523,7 +17778,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17827,6 +18082,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -17855,7 +18111,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -17907,6 +18163,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18062,12 +18319,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18097,6 +18348,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -18856,6 +19116,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19192,25 +19453,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19219,29 +19490,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19586,7 +19871,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20541,6 +20826,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20983,7 +21269,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -20997,11 +21283,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21145,7 +21431,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21153,7 +21439,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21161,11 +21447,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21258,6 +21544,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21284,6 +21571,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21354,6 +21642,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21700,6 +21989,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -21783,6 +22076,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22094,11 +22427,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -22360,6 +22695,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -22387,7 +22742,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -23116,9 +23471,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -23718,6 +24078,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -23802,7 +24171,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -23879,7 +24248,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24144,7 +24513,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -25039,6 +25409,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -25080,6 +25451,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -25189,9 +25561,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -25218,6 +25592,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -25338,6 +25713,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25487,6 +25863,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -25673,6 +26054,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -26678,7 +27063,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -26982,6 +27367,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -27010,7 +27396,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27062,6 +27448,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -27217,12 +27604,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -27252,6 +27633,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -27948,6 +28338,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -28284,25 +28675,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -28311,29 +28712,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -28678,7 +29093,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -29633,6 +30048,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -30075,7 +30491,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30089,11 +30505,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30237,7 +30653,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -30245,7 +30661,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30253,11 +30669,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30350,6 +30766,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -30376,6 +30793,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -30446,6 +30864,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -30792,6 +31211,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -30875,6 +31298,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -31186,11 +31649,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -31452,6 +31917,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -31479,7 +31964,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32208,9 +32693,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -32810,6 +33300,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -32894,7 +33393,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -32971,7 +33470,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -33236,7 +33735,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -34131,6 +34631,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -34172,6 +34673,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -34281,9 +34783,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -34310,6 +34814,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -34430,6 +34935,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34579,6 +35085,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -34765,6 +35276,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -35770,7 +36285,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -36074,6 +36589,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -36102,7 +36618,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -36154,6 +36670,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -36309,12 +36826,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -36344,6 +36855,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalyticItemActivityStat.md index f3241d084eab..19906d676f95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteAnalyticItemActivityStat --- @@ -837,6 +837,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1173,25 +1174,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1200,29 +1211,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1567,7 +1592,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2522,6 +2547,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2964,7 +2990,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2978,11 +3004,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3126,7 +3152,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3134,7 +3160,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3142,11 +3168,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3239,6 +3265,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3265,6 +3292,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3335,6 +3363,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3681,6 +3710,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3764,6 +3797,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4098,11 +4171,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4364,6 +4439,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4391,7 +4486,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5120,9 +5215,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5722,6 +5822,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5806,7 +5915,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5883,7 +5992,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6148,7 +6257,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7043,6 +7153,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7084,6 +7195,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7193,9 +7305,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7222,6 +7336,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7342,6 +7457,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7491,6 +7607,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7677,6 +7798,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8682,7 +8807,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8986,6 +9111,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9014,7 +9140,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9066,6 +9192,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9221,12 +9348,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9256,6 +9377,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9939,6 +10069,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10275,25 +10406,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10302,29 +10443,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10669,7 +10824,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11624,6 +11779,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12066,7 +12222,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12080,11 +12236,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12228,7 +12384,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12236,7 +12392,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12244,11 +12400,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12341,6 +12497,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12367,6 +12524,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12437,6 +12595,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12783,6 +12942,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12866,6 +13029,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13177,11 +13380,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13443,6 +13648,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13470,7 +13695,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14199,9 +14424,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14801,6 +15031,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14885,7 +15124,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14962,7 +15201,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15227,7 +15466,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16122,6 +16362,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16163,6 +16404,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16272,9 +16514,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16301,6 +16545,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16421,6 +16666,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16570,6 +16816,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16756,6 +17007,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17761,7 +18016,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18065,6 +18320,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18093,7 +18349,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18145,6 +18401,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18300,12 +18557,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18335,6 +18586,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalyticItemActivityStatActivity.md index 220b7d4c1643..2a39a20aafe2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteAnalyticItemActivityStatActivity --- @@ -694,6 +694,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1030,25 +1031,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1057,29 +1068,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1424,7 +1449,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2379,6 +2404,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2821,7 +2847,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2835,11 +2861,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2983,7 +3009,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2991,7 +3017,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2999,11 +3025,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3096,6 +3122,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3122,6 +3149,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3192,6 +3220,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3538,6 +3567,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3621,6 +3654,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3955,11 +4028,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4221,6 +4296,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4248,7 +4343,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -4977,9 +5072,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5579,6 +5679,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5663,7 +5772,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5740,7 +5849,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6005,7 +6114,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6900,6 +7010,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6941,6 +7052,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7050,9 +7162,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7079,6 +7193,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7199,6 +7314,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7348,6 +7464,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7534,6 +7655,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8539,7 +8664,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8843,6 +8968,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8871,7 +8997,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8923,6 +9049,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9078,12 +9205,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9113,6 +9234,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9779,6 +9909,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10115,25 +10246,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10142,29 +10283,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10509,7 +10664,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11464,6 +11619,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11906,7 +12062,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11920,11 +12076,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12068,7 +12224,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12076,7 +12232,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12084,11 +12240,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12181,6 +12337,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12207,6 +12364,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12277,6 +12435,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12623,6 +12782,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12706,6 +12869,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13047,11 +13250,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13313,6 +13518,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13340,7 +13565,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14069,9 +14294,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14671,6 +14901,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14755,7 +14994,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14832,7 +15071,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15097,7 +15336,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -15992,6 +16232,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16033,6 +16274,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16142,9 +16384,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16171,6 +16415,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16291,6 +16536,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16440,6 +16686,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16626,6 +16877,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17631,7 +17886,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17935,6 +18190,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -17963,7 +18219,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18015,6 +18271,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18170,12 +18427,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18205,6 +18456,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteColumn.md index b9d846f9f64c..6d3463801248 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteColumn --- @@ -31,7 +31,7 @@ Update-MgBetaGroupSiteColumn -ColumnDefinitionId -GroupId -Sit [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ Update-MgBetaGroupSiteColumn -InputObject [-ResponseHeadersVari [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -725,7 +725,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -860,6 +860,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Lookup lookupColumn @@ -1462,11 +1490,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1751,11 +1781,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentModel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentModel.md index e7b0d0cc2cee..c1066b7fdf51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentModel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentModel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitecontentmodel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteContentModel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentType.md index ad0bf5e92324..3995113ee808 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteContentType --- @@ -1108,11 +1108,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1339,11 +1341,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1571,11 +1575,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1795,11 +1801,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1957,11 +1965,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -2129,11 +2139,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentTypeColumn.md index 6e037fa30a2c..37a61378c8f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitecontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteContentTypeColumn --- @@ -32,7 +32,7 @@ Update-MgBetaGroupSiteContentTypeColumn -ColumnDefinitionId -ContentTyp [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -64,7 +64,7 @@ Update-MgBetaGroupSiteContentTypeColumn -InputObject [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -753,7 +753,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -888,6 +888,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Lookup lookupColumn @@ -1490,11 +1518,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1779,11 +1809,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentTypeColumnLink.md index a3d2dee4b795..08fad4a6ce0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitecontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteCreatedByUserMailboxSetting.md index a50c45abda45..471dc55e75f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteDocumentProcessingJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteDocumentProcessingJob.md index c3b67a165295..1f28006ec3e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteDocumentProcessingJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteDocumentProcessingJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitedocumentprocessingjob Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteDocumentProcessingJob --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteExtension.md index 7dd6b4159ac8..5561ba02d322 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteextension Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteExtension --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathAnalytic.md index aebe958631e1..2fe41af3b774 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitegetbypathanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteGetByPathAnalytic --- @@ -639,6 +639,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -975,25 +976,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1002,29 +1013,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1369,7 +1394,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2324,6 +2349,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2766,7 +2792,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2780,11 +2806,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2928,7 +2954,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2936,7 +2962,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2944,11 +2970,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3041,6 +3067,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3067,6 +3094,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3137,6 +3165,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3483,6 +3512,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3566,6 +3599,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3877,11 +3950,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4143,6 +4218,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4170,7 +4265,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -4899,9 +4994,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5501,6 +5601,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5585,7 +5694,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5662,7 +5771,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -5927,7 +6036,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6822,6 +6932,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6863,6 +6974,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -6972,9 +7084,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7001,6 +7115,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7121,6 +7236,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7270,6 +7386,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7456,6 +7577,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8461,7 +8586,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8765,6 +8890,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8793,7 +8919,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8845,6 +8971,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9000,12 +9127,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9035,6 +9156,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9735,6 +9865,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10071,25 +10202,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10098,29 +10239,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10465,7 +10620,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11420,6 +11575,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11862,7 +12018,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11876,11 +12032,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12024,7 +12180,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12032,7 +12188,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12040,11 +12196,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12137,6 +12293,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12163,6 +12320,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12233,6 +12391,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12579,6 +12738,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12662,6 +12825,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -12967,11 +13170,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13233,6 +13438,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13260,7 +13485,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -13989,9 +14214,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14591,6 +14821,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14675,7 +14914,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14752,7 +14991,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15017,7 +15256,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -15912,6 +16152,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -15953,6 +16194,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16062,9 +16304,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16091,6 +16335,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16211,6 +16456,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16360,6 +16606,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16546,6 +16797,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17551,7 +17806,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17855,6 +18110,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -17883,7 +18139,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -17935,6 +18191,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18090,12 +18347,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18125,6 +18376,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -18884,6 +19144,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19220,25 +19481,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19247,29 +19518,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19614,7 +19899,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20569,6 +20854,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21011,7 +21297,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21025,11 +21311,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21173,7 +21459,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21181,7 +21467,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21189,11 +21475,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21286,6 +21572,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21312,6 +21599,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21382,6 +21670,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21728,6 +22017,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -21811,6 +22104,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22122,11 +22455,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -22388,6 +22723,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -22415,7 +22770,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -23144,9 +23499,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -23746,6 +24106,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -23830,7 +24199,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -23907,7 +24276,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24172,7 +24541,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -25067,6 +25437,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -25108,6 +25479,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -25217,9 +25589,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -25246,6 +25620,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -25366,6 +25741,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25515,6 +25891,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -25701,6 +26082,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -26706,7 +27091,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -27010,6 +27395,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -27038,7 +27424,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27090,6 +27476,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -27245,12 +27632,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -27280,6 +27661,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -27976,6 +28366,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -28312,25 +28703,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -28339,29 +28740,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -28706,7 +29121,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -29661,6 +30076,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -30103,7 +30519,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30117,11 +30533,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30265,7 +30681,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -30273,7 +30689,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30281,11 +30697,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30378,6 +30794,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -30404,6 +30821,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -30474,6 +30892,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -30820,6 +31239,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -30903,6 +31326,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -31214,11 +31677,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -31480,6 +31945,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -31507,7 +31992,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32236,9 +32721,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -32838,6 +33328,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -32922,7 +33421,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -32999,7 +33498,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -33264,7 +33763,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -34159,6 +34659,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -34200,6 +34701,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -34309,9 +34811,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -34338,6 +34842,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -34458,6 +34963,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34607,6 +35113,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -34793,6 +35304,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -35798,7 +36313,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -36102,6 +36617,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -36130,7 +36646,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -36182,6 +36698,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -36337,12 +36854,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -36372,6 +36883,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathInformationProtection.md index 4fc89546658a..c7be276bc5c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitegetbypathinformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteGetByPathInformationProtection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathOnenote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathOnenote.md index f46283c32098..496ffcfeeecc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathOnenote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathOnenote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitegetbypathonenote Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteGetByPathOnenote --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathRecycleBin.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathRecycleBin.md index 2d17a80b1e0a..9ccad182280d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathRecycleBin.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathRecycleBin.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitegetbypathrecyclebin Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteGetByPathRecycleBin --- @@ -904,6 +904,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1240,25 +1241,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1267,29 +1278,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1634,7 +1659,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2589,6 +2614,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3031,7 +3057,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3045,11 +3071,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3193,7 +3219,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3201,7 +3227,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3209,11 +3235,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3306,6 +3332,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3332,6 +3359,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3402,6 +3430,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3748,6 +3777,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3831,6 +3864,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4029,19 +4102,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4213,6 +4273,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4417,6 +4493,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5007,11 +5103,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5233,7 +5331,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5911,9 +6009,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6513,6 +6616,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6597,7 +6709,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6674,7 +6786,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6929,7 +7041,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7824,6 +7937,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7865,6 +7979,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7974,9 +8089,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8003,6 +8120,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8123,6 +8241,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8264,6 +8383,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8450,6 +8574,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9455,7 +9583,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9759,6 +9887,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9787,7 +9916,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9839,6 +9968,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9994,6 +10124,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10340,25 +10471,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10367,29 +10508,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10734,7 +10889,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11689,6 +11844,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12131,7 +12287,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12145,11 +12301,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12293,7 +12449,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12301,7 +12457,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12309,11 +12465,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12406,6 +12562,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12432,6 +12589,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12502,6 +12660,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12848,6 +13007,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12931,6 +13094,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13129,19 +13332,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13313,6 +13503,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13517,6 +13723,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14107,11 +14333,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14333,7 +14561,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15061,9 +15289,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15663,6 +15896,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15747,7 +15989,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15824,7 +16066,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16079,7 +16321,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16974,6 +17217,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17015,6 +17259,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17124,9 +17369,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17153,6 +17400,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17273,6 +17521,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17414,6 +17663,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17600,6 +17854,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18605,7 +18863,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18909,6 +19167,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18937,7 +19196,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18989,6 +19248,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19159,6 +19419,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19495,25 +19756,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19522,29 +19793,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19889,7 +20174,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20844,6 +21129,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21286,7 +21572,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21300,11 +21586,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21448,7 +21734,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21456,7 +21742,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21464,11 +21750,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21561,6 +21847,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21587,6 +21874,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21657,6 +21945,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22003,6 +22292,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22086,6 +22379,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22284,19 +22617,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22468,6 +22788,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22672,6 +23008,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23262,11 +23618,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23488,7 +23846,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24193,9 +24551,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24795,6 +25158,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24879,7 +25251,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24956,7 +25328,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25211,7 +25583,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26106,6 +26479,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26147,6 +26521,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26256,9 +26631,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26285,6 +26662,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26405,6 +26783,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26546,6 +26925,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26732,6 +27116,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27737,7 +28125,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28041,6 +28429,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28069,7 +28458,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28121,6 +28510,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28250,6 +28640,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -28596,25 +28987,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -28623,29 +29024,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -28990,7 +29405,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -29945,6 +30360,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -30387,7 +30803,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30401,11 +30817,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30549,7 +30965,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -30557,7 +30973,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30565,11 +30981,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30662,6 +31078,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -30688,6 +31105,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -30758,6 +31176,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31104,6 +31523,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31187,6 +31610,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -31385,19 +31848,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -31569,6 +32019,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -31773,6 +32239,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -32363,11 +32849,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -32589,7 +33077,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -33317,9 +33805,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -33919,6 +34412,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34003,7 +34505,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34080,7 +34582,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34335,7 +34837,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35230,6 +35733,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35271,6 +35775,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35380,9 +35885,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35409,6 +35916,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -35529,6 +36037,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35670,6 +36179,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -35856,6 +36370,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -36861,7 +37379,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37165,6 +37683,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37193,7 +37712,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37245,6 +37764,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathTermStore.md index b8404db96f36..f8035c277422 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteGetByPathTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitegetbypathtermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteGetByPathTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtection.md index 3c732d489328..939adbc6d204 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteinformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteInformationProtection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md index faa451271ca3..57527457f1a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteinformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionPolicy.md index 6db816c25a17..86e3a33503f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionPolicyLabel.md index 93cd0f3f5129..f77250d6462b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteInformationProtectionPolicyLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityLabel.md index c0b79a41dd65..3d26fc6da47b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteInformationProtectionSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md index 5ae69ff0aa22..0b2dd7eceefe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md index ea7a155a27e4..b72d380fa123 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteinformationprotectionsensitivitypolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md index 173df75daad2..0107a6efa783 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteinformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md index e8b53832ab4c..ec737757d9fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteinformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting.md index ab94d55420ab..e4822ea96d04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteList.md index bdc2ce0686d4..433fd8b91087 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteList --- @@ -1262,6 +1262,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1598,25 +1599,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1625,29 +1636,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1992,7 +2017,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2947,6 +2972,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3389,7 +3415,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3403,11 +3429,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3551,7 +3577,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3559,7 +3585,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3567,11 +3593,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3664,6 +3690,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3690,6 +3717,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3760,6 +3788,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4106,6 +4135,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4189,6 +4222,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4316,11 +4389,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4751,6 +4826,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4778,7 +4873,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5507,9 +5602,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6109,6 +6209,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6193,7 +6302,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6270,7 +6379,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6535,7 +6644,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7430,6 +7540,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7471,6 +7582,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7580,9 +7692,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7609,6 +7723,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7729,6 +7844,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7878,6 +7994,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8064,6 +8185,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9069,7 +9194,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9373,6 +9498,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9401,7 +9527,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9453,6 +9579,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9608,12 +9735,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9643,6 +9764,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10315,6 +10445,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10651,25 +10782,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10678,29 +10819,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -11045,7 +11200,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -12000,6 +12155,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12442,7 +12598,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12456,11 +12612,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12604,7 +12760,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12612,7 +12768,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12620,11 +12776,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12717,6 +12873,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12743,6 +12900,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12813,6 +12971,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13159,6 +13318,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13242,6 +13405,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13440,19 +13643,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13624,6 +13814,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13828,6 +14034,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14378,7 +14604,7 @@ Nullable. [(Any) ]: This indicates any property can be added to this object. [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14525,11 +14751,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -15332,9 +15560,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15934,6 +16167,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -16018,7 +16260,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -16095,7 +16337,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16350,7 +16592,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17245,6 +17488,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17286,6 +17530,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17395,9 +17640,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17424,6 +17671,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17544,6 +17792,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17685,6 +17934,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17871,6 +18125,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18876,7 +19134,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19180,6 +19438,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19208,7 +19467,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19260,6 +19519,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19428,11 +19688,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19602,11 +19864,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19798,6 +20062,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -20144,25 +20409,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -20171,29 +20446,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20538,7 +20827,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -21493,6 +21782,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21935,7 +22225,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21949,11 +22239,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22097,7 +22387,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -22105,7 +22395,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -22113,11 +22403,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22210,6 +22500,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -22236,6 +22527,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -22306,6 +22598,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22652,6 +22945,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22735,6 +23032,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22933,19 +23270,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23117,6 +23441,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -23321,6 +23661,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23911,11 +24271,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -24137,7 +24499,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24865,9 +25227,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -25467,6 +25834,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25551,7 +25927,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25628,7 +26004,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25883,7 +26259,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26778,6 +27155,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26819,6 +27197,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26928,9 +27307,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26957,6 +27338,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -27077,6 +27459,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27218,6 +27601,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -27404,6 +27792,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -28409,7 +28801,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28713,6 +29105,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28741,7 +29134,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28793,6 +29186,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28902,6 +29296,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -29238,25 +29633,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -29265,29 +29670,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -29632,7 +30051,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -30587,6 +31006,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31029,7 +31449,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31043,11 +31463,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31191,7 +31611,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -31199,7 +31619,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31207,11 +31627,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31304,6 +31724,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -31330,6 +31751,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -31400,6 +31822,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31746,6 +32169,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31829,10 +32256,50 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32233,19 +32700,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -32285,6 +32739,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -32489,6 +32959,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -33055,11 +33545,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -33902,9 +34394,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -34504,6 +35001,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34588,7 +35094,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34665,7 +35171,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34920,7 +35426,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35815,6 +36322,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35856,6 +36364,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35965,9 +36474,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35994,6 +36505,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -36114,6 +36626,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36255,6 +36768,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36441,6 +36959,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37446,7 +37968,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37750,6 +38272,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37778,7 +38301,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37830,6 +38353,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -38053,6 +38577,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -38389,25 +38914,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -38416,29 +38951,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -38783,7 +39332,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -39738,6 +40287,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -40180,7 +40730,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40194,11 +40744,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40342,7 +40892,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -40350,7 +40900,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40358,11 +40908,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40455,6 +41005,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -40481,6 +41032,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -40551,6 +41103,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -40897,6 +41450,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -40980,6 +41537,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -41178,19 +41775,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -41230,6 +41814,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -41506,6 +42106,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -42096,11 +42716,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -42325,7 +42947,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -43053,9 +43675,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -43655,6 +44282,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -43739,7 +44375,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -43816,7 +44452,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -44071,7 +44707,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -44966,6 +45603,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -45007,6 +45645,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45116,9 +45755,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45145,6 +45786,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -45265,6 +45907,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -45406,6 +46049,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -45592,6 +46240,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -46597,7 +47249,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -46901,6 +47553,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -46929,7 +47582,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -46981,6 +47634,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -47143,6 +47797,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -47489,25 +48144,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -47516,29 +48181,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -47883,7 +48562,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -48838,6 +49517,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -49280,7 +49960,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49294,11 +49974,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49442,7 +50122,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -49450,7 +50130,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49458,11 +50138,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49555,6 +50235,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -49581,6 +50262,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -49651,6 +50333,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -49997,6 +50680,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -50080,6 +50767,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -50278,19 +51005,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -50462,6 +51176,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -50666,6 +51396,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -51256,11 +52006,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -51482,7 +52234,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -52210,9 +52962,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -52812,6 +53569,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -52896,7 +53662,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -52973,7 +53739,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -53228,7 +53994,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -54123,6 +54890,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -54164,6 +54932,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54273,9 +55042,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54302,6 +55073,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -54422,6 +55194,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -54563,6 +55336,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -54749,6 +55527,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -55754,7 +56536,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -56058,6 +56840,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -56086,7 +56869,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -56138,6 +56921,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -56474,6 +57258,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListColumn.md index 665225ef2318..157f39677385 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListColumn --- @@ -31,7 +31,7 @@ Update-MgBetaGroupSiteListColumn -ColumnDefinitionId -GroupId [-DateTime ] [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ Update-MgBetaGroupSiteListColumn -InputObject [-ResponseHeaders [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -725,7 +725,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -860,6 +860,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -ListId The unique identifier of list @@ -1489,11 +1517,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1778,11 +1808,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentType.md index 11635e50e8fc..a55c9629ee0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListContentType --- @@ -1136,11 +1136,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1367,11 +1369,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1599,11 +1603,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1823,11 +1829,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1985,11 +1993,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -2157,11 +2167,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentTypeColumn.md index c2743695c918..a016780a5028 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListContentTypeColumn --- @@ -32,7 +32,7 @@ Update-MgBetaGroupSiteListContentTypeColumn -ColumnDefinitionId -Conten [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -65,7 +65,7 @@ Update-MgBetaGroupSiteListContentTypeColumn -InputObject [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -754,7 +754,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -889,6 +889,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -ListId The unique identifier of list @@ -1518,11 +1546,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1807,11 +1837,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentTypeColumnLink.md index ae28a6446c3a..c283330cbb94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListCreatedByUserMailboxSetting.md index 9e004cc727f8..539f3f2acbaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItem.md index eb651df9393c..db45f24efc04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListItem --- @@ -1206,6 +1206,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1542,25 +1543,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1569,29 +1580,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1936,7 +1961,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2891,6 +2916,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3333,7 +3359,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3347,11 +3373,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3495,7 +3521,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3503,7 +3529,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3511,11 +3537,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3608,6 +3634,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3634,6 +3661,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3704,6 +3732,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4050,6 +4079,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4133,6 +4166,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4260,11 +4333,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4695,6 +4770,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4722,7 +4817,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5451,9 +5546,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6053,6 +6153,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6137,7 +6246,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6214,7 +6323,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6479,7 +6588,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7374,6 +7484,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7415,6 +7526,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7524,9 +7636,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7553,6 +7667,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7673,6 +7788,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7822,6 +7938,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8008,6 +8129,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9013,7 +9138,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9317,6 +9442,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9345,7 +9471,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9397,6 +9523,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9552,12 +9679,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9587,6 +9708,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10280,6 +10410,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10616,25 +10747,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10643,29 +10784,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -11010,7 +11165,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11965,6 +12120,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12407,7 +12563,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12421,11 +12577,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12569,7 +12725,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12577,7 +12733,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12585,11 +12741,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12682,6 +12838,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12708,6 +12865,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12778,6 +12936,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13124,6 +13283,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13207,6 +13370,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13512,11 +13715,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13778,6 +13983,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13805,7 +14030,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14534,9 +14759,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15136,6 +15366,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15220,7 +15459,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15297,7 +15536,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15562,7 +15801,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16457,6 +16697,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16498,6 +16739,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16607,9 +16849,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16636,6 +16880,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16756,6 +17001,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16905,6 +17151,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17091,6 +17342,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18096,7 +18351,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18400,6 +18655,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18428,7 +18684,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18480,6 +18736,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18635,12 +18892,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18670,6 +18921,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -19351,6 +19611,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19687,25 +19948,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19714,29 +19985,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20081,7 +20366,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -21036,6 +21321,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21478,7 +21764,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21492,11 +21778,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21640,7 +21926,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21648,7 +21934,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21656,11 +21942,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21753,6 +22039,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21779,6 +22066,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21849,6 +22137,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22195,6 +22484,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22278,6 +22571,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22476,19 +22809,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22528,6 +22848,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22804,6 +23140,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23394,11 +23750,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23623,7 +23981,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24351,9 +24709,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24953,6 +25316,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25037,7 +25409,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25114,7 +25486,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25369,7 +25741,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26264,6 +26637,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26305,6 +26679,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26414,9 +26789,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26443,6 +26820,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26563,6 +26941,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26704,6 +27083,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26890,6 +27274,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27895,7 +28283,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28199,6 +28587,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28227,7 +28616,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28279,6 +28668,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28446,6 +28836,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -28792,25 +29183,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -28819,29 +29220,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -29186,7 +29601,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -30141,6 +30556,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -30583,7 +30999,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30597,11 +31013,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30745,7 +31161,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -30753,7 +31169,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30761,11 +31177,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30858,6 +31274,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -30884,6 +31301,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -30954,6 +31372,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31300,6 +31719,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31383,6 +31806,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -31581,19 +32044,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -31765,6 +32215,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -31969,6 +32435,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -32559,11 +33045,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -32785,7 +33273,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -33513,9 +34001,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -34115,6 +34608,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34199,7 +34701,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34276,7 +34778,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34531,7 +35033,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35426,6 +35929,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35467,6 +35971,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35576,9 +36081,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35605,6 +36112,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -35725,6 +36233,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35866,6 +36375,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36052,6 +36566,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37057,7 +37575,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37361,6 +37879,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37389,7 +37908,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37441,6 +37960,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -37592,6 +38112,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -37928,25 +38449,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -37955,29 +38486,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -38322,7 +38867,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -39277,6 +39822,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -39719,7 +40265,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -39733,11 +40279,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -39881,7 +40427,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -39889,7 +40435,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -39897,11 +40443,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -39994,6 +40540,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -40020,6 +40567,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -40090,6 +40638,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -40436,6 +40985,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -40519,6 +41072,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -40860,11 +41453,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -41126,6 +41721,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -41153,7 +41768,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -41882,9 +42497,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -42484,6 +43104,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -42568,7 +43197,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -42645,7 +43274,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -42910,7 +43539,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -43805,6 +44435,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -43846,6 +44477,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -43955,9 +44587,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -43984,6 +44618,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -44104,6 +44739,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -44253,6 +44889,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -44439,6 +45080,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -45444,7 +46089,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -45748,6 +46393,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -45776,7 +46422,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -45828,6 +46474,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -45983,12 +46630,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -46018,6 +46659,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -46745,6 +47395,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -47091,25 +47742,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -47118,29 +47779,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -47485,7 +48160,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -48440,6 +49115,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -48882,7 +49558,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -48896,11 +49572,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49044,7 +49720,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -49052,7 +49728,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49060,11 +49736,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49157,6 +49833,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -49183,6 +49860,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -49253,6 +49931,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -49599,6 +50278,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -49682,6 +50365,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -49880,19 +50603,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -50064,6 +50774,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -50268,6 +50994,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -50858,11 +51604,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -51084,7 +51832,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -51812,9 +52560,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -52414,6 +53167,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -52498,7 +53260,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -52575,7 +53337,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -52830,7 +53592,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -53725,6 +54488,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -53766,6 +54530,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -53875,9 +54640,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -53904,6 +54671,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -54024,6 +54792,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -54165,6 +54934,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -54351,6 +55125,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -55356,7 +56134,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -55660,6 +56438,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -55688,7 +56467,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -55740,6 +56519,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemActivity.md index 7d21b461527a..42045d8e4b98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListItemActivity --- @@ -827,6 +827,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1163,25 +1164,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1190,29 +1201,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1557,7 +1582,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2512,6 +2537,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2954,7 +2980,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2968,11 +2994,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3116,7 +3142,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3124,7 +3150,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3132,11 +3158,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3229,6 +3255,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3255,6 +3282,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3325,6 +3353,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3671,6 +3700,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3754,6 +3787,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3881,11 +3954,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4316,6 +4391,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4343,7 +4438,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5072,9 +5167,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5674,6 +5774,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5758,7 +5867,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5835,7 +5944,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6100,7 +6209,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6995,6 +7105,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7036,6 +7147,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7145,9 +7257,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7174,6 +7288,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7294,6 +7409,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7443,6 +7559,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7629,6 +7750,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8634,7 +8759,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8938,6 +9063,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8966,7 +9092,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9018,6 +9144,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9173,12 +9300,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9208,6 +9329,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9880,6 +10010,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10216,25 +10347,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10243,29 +10384,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10610,7 +10765,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11565,6 +11720,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12007,7 +12163,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12021,11 +12177,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12169,7 +12325,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12177,7 +12333,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12185,11 +12341,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12282,6 +12438,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12308,6 +12465,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12378,6 +12536,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12724,6 +12883,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12807,6 +12970,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13148,11 +13351,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13414,6 +13619,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13441,7 +13666,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14170,9 +14395,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14772,6 +15002,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14856,7 +15095,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14933,7 +15172,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15198,7 +15437,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16093,6 +16333,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16134,6 +16375,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16243,9 +16485,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16272,6 +16516,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16392,6 +16637,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16541,6 +16787,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16727,6 +16978,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17732,7 +17987,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18036,6 +18291,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18064,7 +18320,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18116,6 +18372,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18271,12 +18528,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18306,6 +18557,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -19034,6 +19294,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19370,25 +19631,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19397,29 +19668,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19764,7 +20049,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20719,6 +21004,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21161,7 +21447,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21175,11 +21461,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21323,7 +21609,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21331,7 +21617,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21339,11 +21625,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21436,6 +21722,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21462,6 +21749,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21532,6 +21820,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21878,6 +22167,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -21961,6 +22254,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22159,19 +22492,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22211,6 +22531,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22487,6 +22823,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23077,11 +23433,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23306,7 +23664,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24034,9 +24392,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24636,6 +24999,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24720,7 +25092,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24797,7 +25169,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25052,7 +25424,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -25947,6 +26320,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -25988,6 +26362,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26097,9 +26472,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26126,6 +26503,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26246,6 +26624,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26387,6 +26766,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26573,6 +26957,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27578,7 +27966,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -27882,6 +28270,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -27910,7 +28299,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27962,6 +28351,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting.md index f6267e4a95fb..2329f8f2d07f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemDocumentSetVersion.md index d98e2f851211..b2a61702164f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemDocumentSetVersionField.md index 5b495d4e670d..8653159d157a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemField.md index 136c443ad8be..195e823c98f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistitemfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListItemField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting.md index 31fc767899ae..12a99b234f69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemPermission.md index 66a13eaf701c..7ca23a5986e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistitempermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListItemPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemVersion.md index 7b8461723d44..b7f317bc6b42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistitemversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListItemVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemVersionField.md index 52bdea90ac5e..b12a97134ede 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting.md index 8a107d8a1a97..b7fb4ad80c17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListOperation.md index 4f23b297a0b2..881b505812e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListPermission.md index dfbd185047ad..a45fb57b7054 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListSubscription.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListSubscription.md index 79740995bc9c..868b89629c56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListSubscription.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitelistsubscription Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteListSubscription --- @@ -30,10 +30,11 @@ Update-MgBetaGroupSiteListSubscription -GroupId -ListId -SiteI [-ExpirationDateTime ] [-Id ] [-IncludeResourceData] [-LatestSupportedTlsVersion ] [-LifecycleNotificationUrl ] [-NotificationContentType ] [-NotificationQueryOptions ] - [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] + [-VapidPublicKey ] [-WebPushEncryptionP256DhPublicKey ] + [-WebPushEncryptionSecret ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -56,10 +57,11 @@ Update-MgBetaGroupSiteListSubscription -InputObject [-ExpirationDateTime ] [-Id ] [-IncludeResourceData] [-LatestSupportedTlsVersion ] [-LifecycleNotificationUrl ] [-NotificationContentType ] [-NotificationQueryOptions ] - [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] + [-VapidPublicKey ] [-WebPushEncryptionP256DhPublicKey ] + [-WebPushEncryptionSecret ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -948,6 +950,104 @@ AcceptedValues: [] HelpMessage: '' ``` +### -VapidPublicKey + +Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WebPushEncryptionP256DhPublicKey + +Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WebPushEncryptionSecret + +Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -WhatIf Runs the command in a mode that only reports what would happen without performing the actions. @@ -1073,6 +1173,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. INPUTOBJECT ``: Identity Parameter [BaseItemId ]: The unique identifier of baseItem diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenote.md index 4912799c95bd..82a8047f8275 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenote Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenote --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebook.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebook.md index 82f25fc5a280..9bde6e21bcaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebook.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotenotebook Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteNotebook --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSection.md index 41140784d001..91bfa051a069 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotenotebooksection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteNotebookSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroup.md index 143e1d1baa3b..2143a695024f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotenotebooksectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteNotebookSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md index 66945ca5fcfa..dcd390d66c10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotenotebooksectiongroupsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md index ca4d9c377094..20e9d0af4017 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotenotebooksectiongroupsectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionPage.md index 9f639275b172..c29538983b00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteNotebookSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotenotebooksectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteNotebookSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteOperation.md index 1dcece0cb88a..265872570860 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenoteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenotePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenotePage.md index f2269285d0b2..26f8cfb4c822 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenotePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenotePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenotePage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteResource.md index d34bf5898243..9cac730307bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenoteresource Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteResource --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSection.md index 65728fb67ad0..c34baae60964 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotesection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroup.md index 997eca016a75..c6828cdb17f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotesectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteSectionGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroupSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroupSection.md index c9937d6cf548..f31251ef563c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroupSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroupSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotesectiongroupsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteSectionGroupSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md index a55e460c81d8..060beee6e2de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotesectiongroupsectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionPage.md index 3fe6533b5cca..c6f83aa74249 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOnenoteSectionPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteonenotesectionpage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOnenoteSectionPage --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOperation.md index f3e9b114138c..bf851a28ace5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePage.md index 290a5b0d92cc..41c47df06447 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePage --- @@ -934,6 +934,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1270,25 +1271,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1297,29 +1308,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1664,7 +1689,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2619,6 +2644,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3061,7 +3087,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3075,11 +3101,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3223,7 +3249,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3231,7 +3257,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3239,11 +3265,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3336,6 +3362,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3362,6 +3389,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3432,6 +3460,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3778,6 +3807,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3861,6 +3894,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4059,19 +4132,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4243,6 +4303,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4447,6 +4523,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5037,11 +5133,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5263,7 +5361,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5970,9 +6068,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6572,6 +6675,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6656,7 +6768,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6733,7 +6845,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6988,7 +7100,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7883,6 +7996,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7924,6 +8038,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8033,9 +8148,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8062,6 +8179,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8182,6 +8300,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8323,6 +8442,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8509,6 +8633,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9514,7 +9642,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9818,6 +9946,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9846,7 +9975,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9898,6 +10027,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -10025,6 +10155,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10371,25 +10502,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10398,29 +10539,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10765,7 +10920,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11720,6 +11875,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12162,7 +12318,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12176,11 +12332,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12324,7 +12480,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12332,7 +12488,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12340,11 +12496,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12437,6 +12593,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12463,6 +12620,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12533,6 +12691,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12879,6 +13038,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12962,6 +13125,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13160,19 +13363,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13344,6 +13534,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13548,6 +13754,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14138,11 +14364,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14364,7 +14592,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15092,9 +15320,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15694,6 +15927,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15778,7 +16020,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15855,7 +16097,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16110,7 +16352,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17005,6 +17248,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17046,6 +17290,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17155,9 +17400,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17184,6 +17431,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17304,6 +17552,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17445,6 +17694,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17631,6 +17885,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18636,7 +18894,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18940,6 +19198,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18968,7 +19227,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19020,6 +19279,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19190,6 +19450,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19536,25 +19797,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19563,29 +19834,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19930,7 +20215,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20885,6 +21170,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21327,7 +21613,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21341,11 +21627,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21489,7 +21775,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21497,7 +21783,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21505,11 +21791,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21602,6 +21888,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21628,6 +21915,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21698,6 +21986,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22044,6 +22333,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22127,6 +22420,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22325,19 +22658,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22509,6 +22829,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22713,6 +23049,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23303,11 +23659,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23529,7 +23887,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24257,9 +24615,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24859,6 +25222,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24943,7 +25315,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25020,7 +25392,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25275,7 +25647,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26170,6 +26543,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26211,6 +26585,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26320,9 +26695,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26349,6 +26726,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26469,6 +26847,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26610,6 +26989,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26796,6 +27180,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27801,7 +28189,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28105,6 +28493,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28133,7 +28522,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28185,6 +28574,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayout.md index 35c6f875eb2a..25c6cc379b3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepageassitepagecanvalayout Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageAsSitePageCanvaLayout --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md index 27cc31fc8ccc..2ec019e73498 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepageassitepagecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md index a7ff386b4fe0..3175e75162f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md index 25c109fcd47e..5b5acee3267b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepageassitepagecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md index a57afea5ba88..27d912c32b81 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepageassitepagecanvalayoutverticalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md index 6d5aa46dfb20..8b351f4b84a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepageassitepagecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting.md index 9dde7727a705..ccd82fe4393d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepageassitepagecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting.md index a6a3b03bc7d2..764c9a96b389 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepageassitepagelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageWebPart.md index 9c623767e7af..4203470e5f14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageAsSitePageWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepageassitepagewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageAsSitePageWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageCreatedByUserMailboxSetting.md index b454b626a752..52fd56c688bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting.md index 4e9bbb9df9dd..c73023ebef6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplate.md index 054c368354f4..8377e654de1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagetemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageTemplate --- @@ -1028,6 +1028,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1364,25 +1365,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1391,29 +1402,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1758,7 +1783,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2713,6 +2738,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3155,7 +3181,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3169,11 +3195,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3317,7 +3343,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3325,7 +3351,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3333,11 +3359,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3430,6 +3456,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3456,6 +3483,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3526,6 +3554,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3872,6 +3901,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3955,6 +3988,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4153,19 +4226,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4330,6 +4390,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4534,6 +4610,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5124,11 +5220,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5350,7 +5448,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -6004,9 +6102,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6606,6 +6709,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6690,7 +6802,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6767,7 +6879,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -7022,7 +7134,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7917,6 +8030,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7958,6 +8072,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8067,9 +8182,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8096,6 +8213,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8216,6 +8334,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8357,6 +8476,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8543,6 +8667,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9548,7 +9676,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9852,6 +9980,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9880,7 +10009,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9932,6 +10061,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -10135,6 +10265,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10481,25 +10612,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10508,29 +10649,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10875,7 +11030,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11830,6 +11985,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12272,7 +12428,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12286,11 +12442,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12434,7 +12590,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12442,7 +12598,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12450,11 +12606,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12547,6 +12703,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12573,6 +12730,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12643,6 +12801,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12989,6 +13148,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13072,6 +13235,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13270,19 +13473,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13454,6 +13644,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13658,6 +13864,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14248,11 +14474,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14474,7 +14702,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15202,9 +15430,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15804,6 +16037,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15888,7 +16130,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15965,7 +16207,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16220,7 +16462,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17115,6 +17358,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17156,6 +17400,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17265,9 +17510,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17294,6 +17541,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17414,6 +17662,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17555,6 +17804,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17741,6 +17995,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18746,7 +19004,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19050,6 +19308,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19078,7 +19337,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19130,6 +19389,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19300,6 +19560,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19646,25 +19907,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19673,29 +19944,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20040,7 +20325,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20995,6 +21280,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21437,7 +21723,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21451,11 +21737,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21599,7 +21885,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21607,7 +21893,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21615,11 +21901,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21712,6 +21998,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21738,6 +22025,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21808,6 +22096,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22154,6 +22443,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22237,6 +22530,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22435,19 +22768,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22619,6 +22939,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22823,6 +23159,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23413,11 +23769,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23639,7 +23997,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24367,9 +24725,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24969,6 +25332,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25053,7 +25425,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25130,7 +25502,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25385,7 +25757,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26280,6 +26653,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26321,6 +26695,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26430,9 +26805,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26459,6 +26836,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26579,6 +26957,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26720,6 +27099,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26906,6 +27290,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27911,7 +28299,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28215,6 +28603,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28243,7 +28632,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28295,6 +28684,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayout.md index 720e73d86c54..13d2b60ed72e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagetemplatecanvalayout Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageTemplateCanvaLayout --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md index 17c80231bd71..57a2701d06ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagetemplatecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md index 07b2d14da99e..6959594e9694 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md index c85d8b360021..136785e850f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagetemplatecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageTemplateCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md index dfc198fbb189..87cb30edd8e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagetemplatecanvalayoutverticalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md index c50c2599e9d4..d329bdbd07eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagetemplatecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageTemplateCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting.md index 1515f504cfcd..0e8895e98819 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagetemplatecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageTemplateCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting.md index deff2a7ca417..695ef760d015 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagetemplatelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageTemplateLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateWebPart.md index f32077f57cb0..3177a01cab7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePageTemplateWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepagetemplatewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePageTemplateWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePermission.md index dcf82171f71c..093a4294214a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSitePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitepermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSitePermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBin.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBin.md index 4cacef501fe1..f962e6de3560 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBin.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBin.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiterecyclebin Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteRecycleBin --- @@ -877,6 +877,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1213,25 +1214,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1240,29 +1251,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1607,7 +1632,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2562,6 +2587,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3004,7 +3030,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3018,11 +3044,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3166,7 +3192,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3174,7 +3200,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3182,11 +3208,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3279,6 +3305,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3305,6 +3332,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3375,6 +3403,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3721,6 +3750,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3804,6 +3837,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4002,19 +4075,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4186,6 +4246,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4390,6 +4466,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -4980,11 +5076,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5206,7 +5304,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5884,9 +5982,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6486,6 +6589,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6570,7 +6682,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6647,7 +6759,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6902,7 +7014,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7797,6 +7910,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7838,6 +7952,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7947,9 +8062,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7976,6 +8093,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8096,6 +8214,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8237,6 +8356,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8423,6 +8547,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9428,7 +9556,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9732,6 +9860,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9760,7 +9889,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9812,6 +9941,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9967,6 +10097,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10313,25 +10444,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10340,29 +10481,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10707,7 +10862,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11662,6 +11817,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12104,7 +12260,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12118,11 +12274,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12266,7 +12422,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12274,7 +12430,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12282,11 +12438,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12379,6 +12535,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12405,6 +12562,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12475,6 +12633,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12821,6 +12980,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12904,6 +13067,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13102,19 +13305,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13286,6 +13476,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13490,6 +13696,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14080,11 +14306,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14306,7 +14534,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15034,9 +15262,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15636,6 +15869,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15720,7 +15962,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15797,7 +16039,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16052,7 +16294,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16947,6 +17190,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16988,6 +17232,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17097,9 +17342,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17126,6 +17373,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17246,6 +17494,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17387,6 +17636,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17573,6 +17827,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18578,7 +18836,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18882,6 +19140,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18910,7 +19169,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18962,6 +19221,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19132,6 +19392,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19468,25 +19729,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19495,29 +19766,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19862,7 +20147,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20817,6 +21102,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21259,7 +21545,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21273,11 +21559,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21421,7 +21707,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21429,7 +21715,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21437,11 +21723,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21534,6 +21820,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21560,6 +21847,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21630,6 +21918,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21976,6 +22265,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22059,6 +22352,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22257,19 +22590,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22441,6 +22761,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22645,6 +22981,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23235,11 +23591,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23461,7 +23819,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24166,9 +24524,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24768,6 +25131,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24852,7 +25224,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24929,7 +25301,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25184,7 +25556,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26079,6 +26452,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26120,6 +26494,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26229,9 +26604,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26258,6 +26635,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26378,6 +26756,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26519,6 +26898,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26705,6 +27089,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27710,7 +28098,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28014,6 +28402,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28042,7 +28431,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28094,6 +28483,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28223,6 +28613,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -28569,25 +28960,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -28596,29 +28997,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -28963,7 +29378,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -29918,6 +30333,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -30360,7 +30776,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30374,11 +30790,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30522,7 +30938,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -30530,7 +30946,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30538,11 +30954,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30635,6 +31051,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -30661,6 +31078,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -30731,6 +31149,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31077,6 +31496,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31160,6 +31583,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -31358,19 +31821,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -31542,6 +31992,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -31746,6 +32212,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -32336,11 +32822,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -32562,7 +33050,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -33290,9 +33778,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -33892,6 +34385,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -33976,7 +34478,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34053,7 +34555,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34308,7 +34810,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35203,6 +35706,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35244,6 +35748,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35353,9 +35858,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35382,6 +35889,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -35502,6 +36010,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35643,6 +36152,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -35829,6 +36343,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -36834,7 +37352,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37138,6 +37656,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37166,7 +37685,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37218,6 +37737,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting.md index 087850e99097..315ee47dbb69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiterecyclebincreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItem.md index 8ca47ca2bf03..543f7d87c36d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiterecyclebinitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteRecycleBinItem --- @@ -933,6 +933,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1269,25 +1270,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1296,29 +1307,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1663,7 +1688,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2618,6 +2643,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3060,7 +3086,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3074,11 +3100,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3222,7 +3248,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3230,7 +3256,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3238,11 +3264,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3335,6 +3361,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3361,6 +3388,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3431,6 +3459,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3777,6 +3806,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3860,6 +3893,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4058,19 +4131,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4242,6 +4302,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4446,6 +4522,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5036,11 +5132,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5262,7 +5360,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5967,9 +6065,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6569,6 +6672,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6653,7 +6765,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6730,7 +6842,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6985,7 +7097,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7880,6 +7993,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7921,6 +8035,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8030,9 +8145,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8059,6 +8176,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8179,6 +8297,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8320,6 +8439,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8506,6 +8630,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9511,7 +9639,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9815,6 +9943,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9843,7 +9972,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9895,6 +10024,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -10024,6 +10154,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10370,25 +10501,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10397,29 +10538,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10764,7 +10919,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11719,6 +11874,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12161,7 +12317,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12175,11 +12331,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12323,7 +12479,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12331,7 +12487,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12339,11 +12495,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12436,6 +12592,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12462,6 +12619,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12532,6 +12690,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12878,6 +13037,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12961,6 +13124,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13159,19 +13362,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13343,6 +13533,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13547,6 +13753,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14137,11 +14363,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14363,7 +14591,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15091,9 +15319,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15693,6 +15926,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15777,7 +16019,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15854,7 +16096,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16109,7 +16351,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17004,6 +17247,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17045,6 +17289,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17154,9 +17399,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17183,6 +17430,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17303,6 +17551,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17444,6 +17693,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17630,6 +17884,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18635,7 +18893,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18939,6 +19197,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18967,7 +19226,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19019,6 +19278,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19189,6 +19449,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19535,25 +19796,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19562,29 +19833,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19929,7 +20214,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20884,6 +21169,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21326,7 +21612,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21340,11 +21626,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21488,7 +21774,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21496,7 +21782,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21504,11 +21790,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21601,6 +21887,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21627,6 +21914,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21697,6 +21985,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22043,6 +22332,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22126,6 +22419,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22324,19 +22657,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22508,6 +22828,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22712,6 +23048,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23302,11 +23658,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23528,7 +23886,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24256,9 +24614,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24858,6 +25221,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24942,7 +25314,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25019,7 +25391,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25274,7 +25646,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26169,6 +26542,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26210,6 +26584,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26319,9 +26694,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26348,6 +26725,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26468,6 +26846,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26609,6 +26988,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26795,6 +27179,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27800,7 +28188,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28104,6 +28492,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28132,7 +28521,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28184,6 +28573,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting.md index 4a529ca8c440..b510b40efa6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiterecyclebinitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting.md index 027217eaa9fb..fd7ab7a5e1f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiterecyclebinitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting.md index 7be2f6cbc5dd..78e402d81fe4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsiterecyclebinlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStore.md index 6b398adf27d4..6a1e09d07852 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroup.md index abf046ee61ce..c391ccdf0793 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoregroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSet.md index 874122cec324..9197bdadd278 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoregroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetChild.md index 2304f8282c59..81970f2dc484 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoregroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetChildRelation.md index 48b8b16572dd..172acaad6552 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoregroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetParentGroup.md index e3c6c1d10323..4e5453d733f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoregroupsetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreGroupSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetRelation.md index 1f787f13f67f..9939d9a0df57 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoregroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTerm.md index 6fa097a40162..1b62be5215a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoregroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermChild.md index 344c27fdfc35..1440b6fcaa7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoregroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md index c53a7178924f..c8d4a5e85b8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoregroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermRelation.md index 56f0e76f960c..a45d957319f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoregroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSet.md index b020bdccb857..7d197d9d241e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoreset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetChild.md index 2032bd1a91f0..f1043fb7347a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetChildRelation.md index e971a93913c8..daa4623cacfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroup.md index e6b65dc03008..915e8a16d176 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSet.md index fdc770e6cb26..0ae7826c61d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetparentgroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetParentGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md index 2a2f2007422b..2662bcc3d0df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetparentgroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md index d1f33c88b6fe..897a7e95d25a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetparentgroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md index a6a4ae8e6d8f..112463285cce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetparentgroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md index eea5429b9823..6ea21504887f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetparentgroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md index 56cb9a296cea..9142ec0e00b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetparentgroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md index 873cc2a25636..2cc3787d362b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetparentgroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md index 8932a5a39c78..f17f342dc871 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetparentgroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetRelation.md index 573f9fc03c06..55b442f2011f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTerm.md index de6f82c4200c..13c276ceaae0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermChild.md index 66cbeac830d7..5dbc870e54df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermChildRelation.md index 053e8adf6c85..abfb38fd0a3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermRelation.md index 4b782495dad5..144d4ecef53f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaGroupSiteTermStoreSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetagroupsitetermstoresettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupSiteTermStoreSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSite.md index fea5201169ae..60a2055cf0dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasite Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSite --- @@ -1737,6 +1737,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -2073,25 +2074,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -2100,29 +2111,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -2467,7 +2492,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -3422,6 +3447,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3864,7 +3890,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3878,11 +3904,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -4026,7 +4052,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -4034,7 +4060,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -4042,11 +4068,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -4139,6 +4165,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -4165,6 +4192,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -4235,6 +4263,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4581,6 +4610,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4664,6 +4697,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4969,11 +5042,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5235,6 +5310,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -5262,7 +5357,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5991,9 +6086,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6593,6 +6693,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6677,7 +6786,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6754,7 +6863,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -7019,7 +7128,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7914,6 +8024,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7955,6 +8066,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8064,9 +8176,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8093,6 +8207,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8213,6 +8328,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8362,6 +8478,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8548,6 +8669,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9553,7 +9678,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9857,6 +9982,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9885,7 +10011,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9937,6 +10063,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -10092,12 +10219,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -10127,6 +10248,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10808,6 +10938,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -11144,25 +11275,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -11171,29 +11312,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -11538,7 +11693,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -12493,6 +12648,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12935,7 +13091,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12949,11 +13105,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -13097,7 +13253,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -13105,7 +13261,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -13113,11 +13269,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -13210,6 +13366,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -13236,6 +13393,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -13306,6 +13464,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13652,6 +13811,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13735,6 +13898,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13933,19 +14136,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -14117,6 +14307,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -14321,6 +14527,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14911,11 +15137,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -15137,7 +15365,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15465,9 +15693,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -16204,6 +16437,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -16288,7 +16530,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -16365,7 +16607,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16620,7 +16862,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17515,6 +17758,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17556,6 +17800,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17665,9 +17910,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17694,6 +17941,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17814,6 +18062,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17955,6 +18204,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -18141,6 +18395,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -19146,7 +19404,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19450,6 +19708,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19478,7 +19737,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19530,6 +19789,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19922,11 +20182,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -20118,11 +20380,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -20314,6 +20578,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -20660,25 +20925,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -20687,29 +20962,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -21054,7 +21343,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -22009,6 +22298,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22451,7 +22741,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -22465,11 +22755,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22613,7 +22903,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -22621,7 +22911,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -22629,11 +22919,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22726,6 +23016,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -22752,6 +23043,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -22822,6 +23114,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -23168,6 +23461,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -23251,6 +23548,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -23449,19 +23786,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23633,6 +23957,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -23837,6 +24177,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -24427,11 +24787,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -24653,7 +25015,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -25381,9 +25743,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -25983,6 +26350,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -26067,7 +26443,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -26144,7 +26520,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26399,7 +26775,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -27294,6 +27671,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -27335,6 +27713,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -27444,9 +27823,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -27473,6 +27854,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -27593,6 +27975,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27734,6 +28117,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -27920,6 +28308,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -28925,7 +29317,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -29229,6 +29621,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -29257,7 +29650,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -29309,6 +29702,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -29432,6 +29826,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -29768,25 +30163,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -29795,29 +30200,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -30162,7 +30581,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -31117,6 +31536,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31559,7 +31979,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31573,11 +31993,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31721,7 +32141,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -31729,7 +32149,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31737,11 +32157,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31834,6 +32254,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -31860,6 +32281,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -31930,6 +32352,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -32276,6 +32699,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -32359,10 +32786,50 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32763,19 +33230,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -32815,6 +33269,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -33019,6 +33489,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -33585,11 +34075,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -34432,9 +34924,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -35034,6 +35531,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -35118,7 +35624,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -35195,7 +35701,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -35450,7 +35956,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -36345,6 +36852,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -36386,6 +36894,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -36495,9 +37004,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -36524,6 +37035,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -36644,6 +37156,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36785,6 +37298,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36971,6 +37489,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37976,7 +38498,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -38280,6 +38802,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -38308,7 +38831,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -38360,6 +38883,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -38521,6 +39045,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -38857,25 +39382,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -38884,29 +39419,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -39251,7 +39800,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -40206,6 +40755,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -40648,7 +41198,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40662,11 +41212,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40810,7 +41360,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -40818,7 +41368,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40826,11 +41376,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40923,6 +41473,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -40949,6 +41500,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -41019,6 +41571,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -41365,6 +41918,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -41448,10 +42005,50 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -41852,19 +42449,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -41904,6 +42488,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -42108,6 +42708,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -42674,11 +43294,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -43521,9 +44143,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -44123,6 +44750,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -44207,7 +44843,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -44284,7 +44920,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -44539,7 +45175,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -45434,6 +46071,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -45475,6 +46113,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45584,9 +46223,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45613,6 +46254,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -45733,6 +46375,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -45874,6 +46517,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -46060,6 +46708,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -47065,7 +47717,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -47369,6 +48021,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -47397,7 +48050,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -47449,6 +48102,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -47638,11 +48292,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -47952,6 +48608,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -48288,25 +48945,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -48315,29 +48982,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -48682,7 +49363,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -49637,6 +50318,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -50079,7 +50761,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -50093,11 +50775,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -50241,7 +50923,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -50249,7 +50931,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -50257,11 +50939,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -50354,6 +51036,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -50380,6 +51063,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -50450,6 +51134,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -50796,6 +51481,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -50879,6 +51568,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -51077,19 +51806,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -51261,6 +51977,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -51465,6 +52197,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -52055,11 +52807,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -52281,7 +53035,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -52991,9 +53745,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -53593,6 +54352,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -53677,7 +54445,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -53754,7 +54522,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -54009,7 +54777,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -54904,6 +55673,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -54945,6 +55715,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -55054,9 +55825,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -55083,6 +55856,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -55203,6 +55977,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -55344,6 +56119,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -55530,6 +56310,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -56535,7 +57319,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -56839,6 +57623,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -56867,7 +57652,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -56919,6 +57704,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -57041,6 +57827,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -57387,25 +58174,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -57414,29 +58211,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -57781,7 +58592,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -58736,6 +59547,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -59178,7 +59990,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -59192,11 +60004,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -59340,7 +60152,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -59348,7 +60160,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -59356,11 +60168,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -59453,6 +60265,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -59479,6 +60292,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -59549,6 +60363,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -59895,6 +60710,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -59978,6 +60797,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -60176,19 +61035,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -60360,6 +61206,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -60564,6 +61426,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -61154,11 +62036,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -61380,7 +62264,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -62108,9 +62992,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -62710,6 +63599,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -62794,7 +63692,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -62871,7 +63769,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -63126,7 +64024,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -64021,6 +64920,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -64062,6 +64962,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -64171,9 +65072,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -64200,6 +65103,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -64320,6 +65224,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -64461,6 +65366,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -64647,6 +65557,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -65652,7 +66566,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -65956,6 +66870,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -65984,7 +66899,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -66036,6 +66951,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -66144,6 +67060,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -66480,25 +67397,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -66507,29 +67434,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -66874,7 +67815,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -67829,6 +68770,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -68271,7 +69213,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -68285,11 +69227,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -68433,7 +69375,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -68441,7 +69383,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -68449,11 +69391,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -68546,6 +69488,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -68572,6 +69515,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -68642,6 +69586,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -68988,6 +69933,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -69071,6 +70020,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -69269,19 +70258,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -69453,6 +70429,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -69657,6 +70649,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -70207,7 +71219,7 @@ Nullable. [(Any) ]: This indicates any property can be added to this object. [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -70354,11 +71366,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -71161,9 +72175,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -71763,6 +72782,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -71847,7 +72875,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -71924,7 +72952,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -72179,7 +73207,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -73074,6 +74103,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -73115,6 +74145,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -73224,9 +74255,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -73253,6 +74286,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -73373,6 +74407,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -73514,6 +74549,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -73700,6 +74740,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -74705,7 +75749,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -75009,6 +76053,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -75037,7 +76082,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -75089,6 +76134,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -75420,6 +76466,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -75756,25 +76803,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -75783,29 +76840,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -76150,7 +77221,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -77105,6 +78176,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -77547,7 +78619,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -77561,11 +78633,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -77709,7 +78781,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -77717,7 +78789,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -77725,11 +78797,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -77822,6 +78894,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -77848,6 +78921,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -77918,6 +78992,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -78264,6 +79339,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -78347,6 +79426,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -78545,19 +79664,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -78729,6 +79835,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -78933,6 +80055,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -79523,11 +80665,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -79749,7 +80893,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -80456,9 +81600,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -81058,6 +82207,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -81142,7 +82300,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -81219,7 +82377,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -81474,7 +82632,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -82369,6 +83528,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -82410,6 +83570,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -82519,9 +83680,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -82548,6 +83711,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -82668,6 +83832,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -82809,6 +83974,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -82995,6 +84165,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -84000,7 +85174,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -84304,6 +85478,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -84332,7 +85507,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -84384,6 +85559,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -84521,6 +85697,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -84857,25 +86034,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -84884,29 +86071,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -85251,7 +86452,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -86206,6 +87407,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -86648,7 +87850,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -86662,11 +87864,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -86810,7 +88012,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -86818,7 +88020,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -86826,11 +88028,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -86923,6 +88125,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -86949,6 +88152,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -87019,6 +88223,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -87365,6 +88570,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -87448,6 +88657,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -87646,19 +88895,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -87823,6 +89059,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -88027,6 +89279,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -88617,11 +89889,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -88843,7 +90117,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -89497,9 +90771,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -90099,6 +91378,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -90183,7 +91471,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -90260,7 +91548,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -90515,7 +91803,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -91410,6 +92699,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -91451,6 +92741,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -91560,9 +92851,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -91589,6 +92882,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -91709,6 +93003,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -91850,6 +93145,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -92036,6 +93336,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -93041,7 +94345,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -93345,6 +94649,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -93373,7 +94678,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -93425,6 +94730,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -93737,6 +95043,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -94073,25 +95380,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -94100,29 +95417,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -94467,7 +95798,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -95422,6 +96753,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -95864,7 +97196,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -95878,11 +97210,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -96026,7 +97358,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -96034,7 +97366,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -96042,11 +97374,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -96139,6 +97471,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -96165,6 +97498,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -96235,6 +97569,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -96581,6 +97916,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -96664,6 +98003,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -96862,19 +98241,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -97046,6 +98412,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -97250,6 +98632,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -97840,11 +99242,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -98066,7 +99470,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -98744,9 +100148,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -99346,6 +100755,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -99430,7 +100848,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -99507,7 +100925,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -99762,7 +101180,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -100657,6 +102076,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -100698,6 +102118,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -100807,9 +102228,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -100836,6 +102259,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -100956,6 +102380,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -101097,6 +102522,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -101283,6 +102713,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -102288,7 +103722,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -102592,6 +104026,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -102620,7 +104055,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -102672,6 +104107,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -102869,6 +104305,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -103205,25 +104642,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -103232,29 +104679,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -103599,7 +105060,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -104554,6 +106015,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -104996,7 +106458,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -105010,11 +106472,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -105158,7 +106620,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -105166,7 +106628,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -105174,11 +106636,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -105271,6 +106733,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -105297,6 +106760,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -105367,6 +106831,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -105713,6 +107178,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -105796,6 +107265,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -105994,19 +107503,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -106178,6 +107674,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -106382,6 +107894,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -106972,11 +108504,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -107198,7 +108732,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -107526,9 +109060,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -108265,6 +109804,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -108349,7 +109897,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -108426,7 +109974,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -108681,7 +110229,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -109576,6 +111125,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -109617,6 +111167,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -109726,9 +111277,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -109755,6 +111308,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -109875,6 +111429,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -110016,6 +111571,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -110202,6 +111762,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -111207,7 +112771,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -111511,6 +113075,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -111539,7 +113104,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -111591,6 +113156,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalytic.md index 33291cd1be0f..e1ca0b073023 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasiteanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteAnalytic --- @@ -582,6 +582,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -918,25 +919,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -945,29 +956,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1312,7 +1337,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2267,6 +2292,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2709,7 +2735,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2723,11 +2749,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2871,7 +2897,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2879,7 +2905,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2887,11 +2913,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2984,6 +3010,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3010,6 +3037,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3080,6 +3108,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3426,6 +3455,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3509,6 +3542,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3820,11 +3893,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4086,6 +4161,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4113,7 +4208,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -4842,9 +4937,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5444,6 +5544,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5528,7 +5637,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5605,7 +5714,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -5870,7 +5979,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6765,6 +6875,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6806,6 +6917,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -6915,9 +7027,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -6944,6 +7058,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7064,6 +7179,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7213,6 +7329,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7399,6 +7520,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8404,7 +8529,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8708,6 +8833,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8736,7 +8862,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8788,6 +8914,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -8943,12 +9070,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -8978,6 +9099,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9678,6 +9808,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10014,25 +10145,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10041,29 +10182,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10408,7 +10563,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11363,6 +11518,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11805,7 +11961,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11819,11 +11975,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -11967,7 +12123,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -11975,7 +12131,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11983,11 +12139,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12080,6 +12236,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12106,6 +12263,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12176,6 +12334,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12522,6 +12681,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12605,6 +12768,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -12910,11 +13113,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13176,6 +13381,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13203,7 +13428,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -13932,9 +14157,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14534,6 +14764,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14618,7 +14857,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14695,7 +14934,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14960,7 +15199,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -15855,6 +16095,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -15896,6 +16137,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16005,9 +16247,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16034,6 +16278,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16154,6 +16399,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16303,6 +16549,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16489,6 +16740,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17494,7 +17749,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17798,6 +18053,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -17826,7 +18082,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -17878,6 +18134,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18033,12 +18290,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18068,6 +18319,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -18827,6 +19087,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19163,25 +19424,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19190,29 +19461,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19557,7 +19842,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20512,6 +20797,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20954,7 +21240,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -20968,11 +21254,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21116,7 +21402,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21124,7 +21410,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21132,11 +21418,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21229,6 +21515,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21255,6 +21542,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21325,6 +21613,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21671,6 +21960,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -21754,6 +22047,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22065,11 +22398,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -22331,6 +22666,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -22358,7 +22713,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -23087,9 +23442,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -23689,6 +24049,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -23773,7 +24142,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -23850,7 +24219,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24115,7 +24484,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -25010,6 +25380,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -25051,6 +25422,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -25160,9 +25532,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -25189,6 +25563,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -25309,6 +25684,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25458,6 +25834,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -25644,6 +26025,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -26649,7 +27034,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -26953,6 +27338,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -26981,7 +27367,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27033,6 +27419,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -27188,12 +27575,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -27223,6 +27604,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -27919,6 +28309,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -28255,25 +28646,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -28282,29 +28683,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -28649,7 +29064,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -29604,6 +30019,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -30046,7 +30462,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30060,11 +30476,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30208,7 +30624,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -30216,7 +30632,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30224,11 +30640,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30321,6 +30737,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -30347,6 +30764,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -30417,6 +30835,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -30763,6 +31182,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -30846,6 +31269,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -31157,11 +31620,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -31423,6 +31888,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -31450,7 +31935,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32179,9 +32664,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -32781,6 +33271,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -32865,7 +33364,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -32942,7 +33441,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -33207,7 +33706,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -34102,6 +34602,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -34143,6 +34644,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -34252,9 +34754,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -34281,6 +34785,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -34401,6 +34906,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34550,6 +35056,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -34736,6 +35247,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -35741,7 +36256,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -36045,6 +36560,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -36073,7 +36589,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -36125,6 +36641,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -36280,12 +36797,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -36315,6 +36826,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalyticItemActivityStat.md index dea1d89f7920..25b14c1cf9af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasiteanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteAnalyticItemActivityStat --- @@ -810,6 +810,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1146,25 +1147,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1173,29 +1184,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1540,7 +1565,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2495,6 +2520,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2937,7 +2963,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2951,11 +2977,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3099,7 +3125,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3107,7 +3133,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3115,11 +3141,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3212,6 +3238,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3238,6 +3265,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3308,6 +3336,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3654,6 +3683,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3737,6 +3770,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4071,11 +4144,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4337,6 +4412,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4364,7 +4459,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5093,9 +5188,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5695,6 +5795,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5779,7 +5888,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5856,7 +5965,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6121,7 +6230,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7016,6 +7126,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7057,6 +7168,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7166,9 +7278,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7195,6 +7309,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7315,6 +7430,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7464,6 +7580,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7650,6 +7771,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8655,7 +8780,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8959,6 +9084,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8987,7 +9113,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9039,6 +9165,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9194,12 +9321,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9229,6 +9350,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9912,6 +10042,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10248,25 +10379,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10275,29 +10416,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10642,7 +10797,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11597,6 +11752,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12039,7 +12195,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12053,11 +12209,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12201,7 +12357,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12209,7 +12365,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12217,11 +12373,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12314,6 +12470,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12340,6 +12497,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12410,6 +12568,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12756,6 +12915,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12839,6 +13002,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13150,11 +13353,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13416,6 +13621,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13443,7 +13668,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14172,9 +14397,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14774,6 +15004,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14858,7 +15097,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14935,7 +15174,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15200,7 +15439,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16095,6 +16335,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16136,6 +16377,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16245,9 +16487,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16274,6 +16518,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16394,6 +16639,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16543,6 +16789,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16729,6 +16980,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17734,7 +17989,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18038,6 +18293,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18066,7 +18322,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18118,6 +18374,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18273,12 +18530,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18308,6 +18559,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalyticItemActivityStatActivity.md index a32306048d61..9c8c855e7925 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasiteanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteAnalyticItemActivityStatActivity --- @@ -667,6 +667,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1003,25 +1004,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1030,29 +1041,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1397,7 +1422,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2352,6 +2377,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2794,7 +2820,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2808,11 +2834,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2956,7 +2982,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2964,7 +2990,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2972,11 +2998,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3069,6 +3095,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3095,6 +3122,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3165,6 +3193,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3511,6 +3540,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3594,6 +3627,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3928,11 +4001,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4194,6 +4269,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4221,7 +4316,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -4950,9 +5045,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5552,6 +5652,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5636,7 +5745,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5713,7 +5822,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -5978,7 +6087,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6873,6 +6983,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6914,6 +7025,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7023,9 +7135,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7052,6 +7166,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7172,6 +7287,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7321,6 +7437,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7507,6 +7628,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8512,7 +8637,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8816,6 +8941,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8844,7 +8970,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8896,6 +9022,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9051,12 +9178,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9086,6 +9207,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9752,6 +9882,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10088,25 +10219,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10115,29 +10256,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10482,7 +10637,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11437,6 +11592,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11879,7 +12035,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11893,11 +12049,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12041,7 +12197,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12049,7 +12205,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12057,11 +12213,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12154,6 +12310,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12180,6 +12337,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12250,6 +12408,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12596,6 +12755,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12679,6 +12842,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13020,11 +13223,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13286,6 +13491,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13313,7 +13538,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14042,9 +14267,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14644,6 +14874,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14728,7 +14967,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14805,7 +15044,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15070,7 +15309,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -15965,6 +16205,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16006,6 +16247,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16115,9 +16357,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16144,6 +16388,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16264,6 +16509,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16413,6 +16659,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16599,6 +16850,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17604,7 +17859,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17908,6 +18163,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -17936,7 +18192,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -17988,6 +18244,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18143,12 +18400,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18178,6 +18429,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteColumn.md index 077cddb2ce40..cf1136c05a1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteColumn --- @@ -31,7 +31,7 @@ Update-MgBetaSiteColumn -ColumnDefinitionId -SiteId [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ Update-MgBetaSiteColumn -InputObject [-ResponseHeadersVariable [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -706,7 +706,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -841,6 +841,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Lookup lookupColumn @@ -1443,11 +1471,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1732,11 +1762,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentType.md index 743868c71a13..721cee1412f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitecontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteContentType --- @@ -1145,11 +1145,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1376,11 +1378,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1608,11 +1612,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1832,11 +1838,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1994,11 +2002,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -2166,11 +2176,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentTypeColumn.md index e47be37d45e4..e1a990701bfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitecontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteContentTypeColumn --- @@ -31,7 +31,7 @@ Update-MgBetaSiteContentTypeColumn -ColumnDefinitionId -ContentTypeId < [-DateTime ] [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ Update-MgBetaSiteContentTypeColumn -InputObject [-ResponseHeade [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -752,7 +752,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -887,6 +887,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Lookup lookupColumn @@ -1489,11 +1517,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1778,11 +1808,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentTypeColumnLink.md index a19ae6d097fc..1c54701a635e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitecontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteGetByPathAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteGetByPathAnalytic.md index 3240365d66af..d188b65e1b28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteGetByPathAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteGetByPathAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitegetbypathanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteGetByPathAnalytic --- @@ -611,6 +611,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -947,25 +948,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -974,29 +985,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1341,7 +1366,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2296,6 +2321,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2738,7 +2764,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2752,11 +2778,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -2900,7 +2926,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -2908,7 +2934,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2916,11 +2942,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3013,6 +3039,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3039,6 +3066,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3109,6 +3137,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3455,6 +3484,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3538,6 +3571,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3849,11 +3922,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4115,6 +4190,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4142,7 +4237,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -4871,9 +4966,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5473,6 +5573,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5557,7 +5666,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5634,7 +5743,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -5899,7 +6008,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6794,6 +6904,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -6835,6 +6946,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -6944,9 +7056,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -6973,6 +7087,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7093,6 +7208,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7242,6 +7358,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7428,6 +7549,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8433,7 +8558,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8737,6 +8862,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8765,7 +8891,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8817,6 +8943,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -8972,12 +9099,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9007,6 +9128,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9707,6 +9837,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10043,25 +10174,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10070,29 +10211,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10437,7 +10592,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11392,6 +11547,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11834,7 +11990,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11848,11 +12004,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -11996,7 +12152,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12004,7 +12160,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12012,11 +12168,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12109,6 +12265,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12135,6 +12292,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12205,6 +12363,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12551,6 +12710,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12634,6 +12797,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -12939,11 +13142,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13205,6 +13410,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13232,7 +13457,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -13961,9 +14186,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14563,6 +14793,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14647,7 +14886,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14724,7 +14963,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14989,7 +15228,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -15884,6 +16124,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -15925,6 +16166,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16034,9 +16276,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16063,6 +16307,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16183,6 +16428,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16332,6 +16578,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16518,6 +16769,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17523,7 +17778,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -17827,6 +18082,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -17855,7 +18111,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -17907,6 +18163,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18062,12 +18319,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18097,6 +18348,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -18856,6 +19116,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19192,25 +19453,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19219,29 +19490,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19586,7 +19871,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20541,6 +20826,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20983,7 +21269,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -20997,11 +21283,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21145,7 +21431,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21153,7 +21439,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21161,11 +21447,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21258,6 +21544,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21284,6 +21571,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21354,6 +21642,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21700,6 +21989,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -21783,6 +22076,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22094,11 +22427,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -22360,6 +22695,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -22387,7 +22742,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -23116,9 +23471,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -23718,6 +24078,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -23802,7 +24171,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -23879,7 +24248,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24144,7 +24513,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -25039,6 +25409,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -25080,6 +25451,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -25189,9 +25561,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -25218,6 +25592,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -25338,6 +25713,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25487,6 +25863,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -25673,6 +26054,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -26678,7 +27063,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -26982,6 +27367,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -27010,7 +27396,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27062,6 +27448,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -27217,12 +27604,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -27252,6 +27633,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -27948,6 +28338,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -28284,25 +28675,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -28311,29 +28712,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -28678,7 +29093,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -29633,6 +30048,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -30075,7 +30491,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30089,11 +30505,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30237,7 +30653,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -30245,7 +30661,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30253,11 +30669,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30350,6 +30766,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -30376,6 +30793,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -30446,6 +30864,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -30792,6 +31211,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -30875,6 +31298,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -31186,11 +31649,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -31452,6 +31917,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -31479,7 +31964,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32208,9 +32693,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -32810,6 +33300,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -32894,7 +33393,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -32971,7 +33470,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -33236,7 +33735,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -34131,6 +34631,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -34172,6 +34673,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -34281,9 +34783,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -34310,6 +34814,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -34430,6 +34935,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34579,6 +35085,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -34765,6 +35276,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -35770,7 +36285,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -36074,6 +36589,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -36102,7 +36618,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -36154,6 +36670,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -36309,12 +36826,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -36344,6 +36855,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteGetByPathTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteGetByPathTermStore.md index 5cdf55c0d4ce..b156c99a0940 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteGetByPathTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteGetByPathTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitegetbypathtermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteGetByPathTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteList.md index 41ecf6705ad9..79ea32c32bfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelist Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteList --- @@ -1234,6 +1234,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1570,25 +1571,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1597,29 +1608,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1964,7 +1989,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2919,6 +2944,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3361,7 +3387,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3375,11 +3401,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3523,7 +3549,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3531,7 +3557,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3539,11 +3565,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3636,6 +3662,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3662,6 +3689,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3732,6 +3760,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4078,6 +4107,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4161,6 +4194,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4288,11 +4361,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4723,6 +4798,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4750,7 +4845,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5479,9 +5574,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6081,6 +6181,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6165,7 +6274,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6242,7 +6351,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6507,7 +6616,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7402,6 +7512,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7443,6 +7554,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7552,9 +7664,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7581,6 +7695,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7701,6 +7816,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7850,6 +7966,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8036,6 +8157,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9041,7 +9166,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9345,6 +9470,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9373,7 +9499,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9425,6 +9551,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9580,12 +9707,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9615,6 +9736,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10287,6 +10417,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10623,25 +10754,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10650,29 +10791,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -11017,7 +11172,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11972,6 +12127,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12414,7 +12570,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12428,11 +12584,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12576,7 +12732,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12584,7 +12740,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12592,11 +12748,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12689,6 +12845,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12715,6 +12872,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12785,6 +12943,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13131,6 +13290,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13214,6 +13377,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13412,19 +13615,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13596,6 +13786,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13800,6 +14006,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14350,7 +14576,7 @@ Nullable. [(Any) ]: This indicates any property can be added to this object. [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14497,11 +14723,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -15304,9 +15532,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15906,6 +16139,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15990,7 +16232,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -16067,7 +16309,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16322,7 +16564,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -17217,6 +17460,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17258,6 +17502,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17367,9 +17612,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17396,6 +17643,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17516,6 +17764,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17657,6 +17906,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17843,6 +18097,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18848,7 +19106,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -19152,6 +19410,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -19180,7 +19439,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -19232,6 +19491,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19400,11 +19660,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19574,11 +19836,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -19770,6 +20034,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -20116,25 +20381,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -20143,29 +20418,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20510,7 +20799,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -21465,6 +21754,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21907,7 +22197,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21921,11 +22211,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22069,7 +22359,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -22077,7 +22367,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -22085,11 +22375,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -22182,6 +22472,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -22208,6 +22499,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -22278,6 +22570,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22624,6 +22917,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22707,6 +23004,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22905,19 +23242,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23089,6 +23413,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -23293,6 +23633,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23883,11 +24243,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -24109,7 +24471,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24837,9 +25199,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -25439,6 +25806,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25523,7 +25899,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25600,7 +25976,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25855,7 +26231,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26750,6 +27127,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26791,6 +27169,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26900,9 +27279,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26929,6 +27310,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -27049,6 +27431,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27190,6 +27573,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -27376,6 +27764,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -28381,7 +28773,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28685,6 +29077,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28713,7 +29106,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28765,6 +29158,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28874,6 +29268,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -29210,25 +29605,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -29237,29 +29642,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -29604,7 +30023,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -30559,6 +30978,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31001,7 +31421,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31015,11 +31435,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31163,7 +31583,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -31171,7 +31591,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -31179,11 +31599,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -31276,6 +31696,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -31302,6 +31723,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -31372,6 +31794,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31718,6 +32141,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31801,10 +32228,50 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -32205,19 +32672,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -32257,6 +32711,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -32461,6 +32931,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -33027,11 +33517,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -33874,9 +34366,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -34476,6 +34973,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34560,7 +35066,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34637,7 +35143,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34892,7 +35398,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35787,6 +36294,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35828,6 +36336,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35937,9 +36446,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35966,6 +36477,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -36086,6 +36598,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36227,6 +36740,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36413,6 +36931,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37418,7 +37940,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37722,6 +38244,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37750,7 +38273,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37802,6 +38325,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -38025,6 +38549,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -38361,25 +38886,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -38388,29 +38923,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -38755,7 +39304,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -39710,6 +40259,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -40152,7 +40702,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40166,11 +40716,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40314,7 +40864,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -40322,7 +40872,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -40330,11 +40880,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -40427,6 +40977,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -40453,6 +41004,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -40523,6 +41075,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -40869,6 +41422,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -40952,6 +41509,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -41150,19 +41747,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -41202,6 +41786,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -41478,6 +42078,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -42068,11 +42688,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -42297,7 +42919,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -43025,9 +43647,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -43627,6 +44254,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -43711,7 +44347,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -43788,7 +44424,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -44043,7 +44679,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -44938,6 +45575,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -44979,6 +45617,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45088,9 +45727,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -45117,6 +45758,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -45237,6 +45879,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -45378,6 +46021,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -45564,6 +46212,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -46569,7 +47221,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -46873,6 +47525,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -46901,7 +47554,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -46953,6 +47606,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -47115,6 +47769,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -47461,25 +48116,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -47488,29 +48153,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -47855,7 +48534,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -48810,6 +49489,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -49252,7 +49932,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49266,11 +49946,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49414,7 +50094,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -49422,7 +50102,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49430,11 +50110,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49527,6 +50207,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -49553,6 +50234,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -49623,6 +50305,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -49969,6 +50652,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -50052,6 +50739,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -50250,19 +50977,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -50434,6 +51148,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -50638,6 +51368,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -51228,11 +51978,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -51454,7 +52206,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -52182,9 +52934,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -52784,6 +53541,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -52868,7 +53634,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -52945,7 +53711,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -53200,7 +53966,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -54095,6 +54862,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -54136,6 +54904,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54245,9 +55014,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -54274,6 +55045,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -54394,6 +55166,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -54535,6 +55308,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -54721,6 +55499,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -55726,7 +56508,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -56030,6 +56812,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -56058,7 +56841,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -56110,6 +56893,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -56446,6 +57230,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListColumn.md index 950787fbc66e..d254fc4a76ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistcolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListColumn --- @@ -31,7 +31,7 @@ Update-MgBetaSiteListColumn -ColumnDefinitionId -ListId -SiteI [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -63,7 +63,7 @@ Update-MgBetaSiteListColumn -InputObject [-ResponseHeadersVaria [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -706,7 +706,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -841,6 +841,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -ListId The unique identifier of list @@ -1470,11 +1498,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1759,11 +1789,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentType.md index a2e217d9c2b9..8701fe4d1ec6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListContentType --- @@ -1116,11 +1116,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1347,11 +1349,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1579,11 +1583,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1803,11 +1809,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1965,11 +1973,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -2137,11 +2147,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentTypeColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentTypeColumn.md index 5787959fb0d9..0335243a9d03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListContentTypeColumn --- @@ -32,7 +32,7 @@ Update-MgBetaSiteListContentTypeColumn -ColumnDefinitionId -ContentType [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -64,7 +64,7 @@ Update-MgBetaSiteListContentTypeColumn -InputObject [-DefaultValue ] [-Description ] [-DisplayName ] [-EnforceUniqueValues] [-Geolocation ] [-Hidden] [-HyperlinkOrPicture ] [-Id ] [-Indexed] - [-IsDeletable] [-IsReorderable] [-IsSealed] [-Lookup ] + [-IsDeletable] [-IsReorderable] [-IsSealed] [-IsSearchable] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] @@ -734,7 +734,7 @@ HelpMessage: '' ### -Indexed -Specifies whether the column values can used for sorting and searching. +Specifies whether the column values can be used for sorting and searching. ```yaml Type: System.Management.Automation.SwitchParameter @@ -869,6 +869,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsSearchable + +Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -ListId The unique identifier of list @@ -1498,11 +1526,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -1787,11 +1817,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentTypeColumnLink.md index 46134482155a..52c99b556441 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListCreatedByUserMailboxSetting.md index dea8b583f844..aa72e57ba280 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItem.md index fd216e73a49c..2a4862fa52a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistitem Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListItem --- @@ -1186,6 +1186,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1522,25 +1523,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1549,29 +1560,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1916,7 +1941,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2871,6 +2896,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3313,7 +3339,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3327,11 +3353,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3475,7 +3501,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3483,7 +3509,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3491,11 +3517,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3588,6 +3614,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3614,6 +3641,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3684,6 +3712,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -4030,6 +4059,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -4113,6 +4146,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4240,11 +4313,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4675,6 +4750,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4702,7 +4797,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5431,9 +5526,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6033,6 +6133,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6117,7 +6226,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6194,7 +6303,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6459,7 +6568,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7354,6 +7464,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7395,6 +7506,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7504,9 +7616,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7533,6 +7647,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7653,6 +7768,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7802,6 +7918,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7988,6 +8109,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8993,7 +9118,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9297,6 +9422,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9325,7 +9451,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9377,6 +9503,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9532,12 +9659,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9567,6 +9688,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -10260,6 +10390,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10596,25 +10727,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10623,29 +10764,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10990,7 +11145,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11945,6 +12100,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12387,7 +12543,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12401,11 +12557,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12549,7 +12705,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12557,7 +12713,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12565,11 +12721,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12662,6 +12818,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12688,6 +12845,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12758,6 +12916,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -13104,6 +13263,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -13187,6 +13350,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13492,11 +13695,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13758,6 +13963,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13785,7 +14010,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14514,9 +14739,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15116,6 +15346,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15200,7 +15439,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15277,7 +15516,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15542,7 +15781,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16437,6 +16677,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16478,6 +16719,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16587,9 +16829,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16616,6 +16860,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16736,6 +16981,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16885,6 +17131,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17071,6 +17322,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18076,7 +18331,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18380,6 +18635,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18408,7 +18664,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18460,6 +18716,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18615,12 +18872,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18650,6 +18901,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -19331,6 +19591,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19667,25 +19928,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19694,29 +19965,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -20061,7 +20346,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -21016,6 +21301,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21458,7 +21744,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21472,11 +21758,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21620,7 +21906,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21628,7 +21914,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21636,11 +21922,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21733,6 +22019,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21759,6 +22046,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21829,6 +22117,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22175,6 +22464,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22258,6 +22551,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22456,19 +22789,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22508,6 +22828,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22784,6 +23120,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23374,11 +23730,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23603,7 +23961,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24331,9 +24689,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24933,6 +25296,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -25017,7 +25389,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -25094,7 +25466,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25349,7 +25721,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26244,6 +26617,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26285,6 +26659,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26394,9 +26769,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26423,6 +26800,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26543,6 +26921,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26684,6 +27063,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26870,6 +27254,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27875,7 +28263,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28179,6 +28567,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28207,7 +28596,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28259,6 +28648,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -28426,6 +28816,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -28772,25 +29163,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -28799,29 +29200,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -29166,7 +29581,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -30121,6 +30536,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -30563,7 +30979,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30577,11 +30993,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30725,7 +31141,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -30733,7 +31149,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -30741,11 +31157,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -30838,6 +31254,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -30864,6 +31281,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -30934,6 +31352,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -31280,6 +31699,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -31363,6 +31786,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -31561,19 +32024,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -31745,6 +32195,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -31949,6 +32415,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -32539,11 +33025,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -32765,7 +33253,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -33493,9 +33981,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -34095,6 +34588,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -34179,7 +34681,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -34256,7 +34758,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -34511,7 +35013,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -35406,6 +35909,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -35447,6 +35951,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35556,9 +36061,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -35585,6 +36092,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -35705,6 +36213,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35846,6 +36355,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -36032,6 +36546,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37037,7 +37555,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -37341,6 +37859,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -37369,7 +37888,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -37421,6 +37940,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -37572,6 +38092,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -37908,25 +38429,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -37935,29 +38466,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -38302,7 +38847,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -39257,6 +39802,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -39699,7 +40245,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -39713,11 +40259,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -39861,7 +40407,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -39869,7 +40415,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -39877,11 +40423,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -39974,6 +40520,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -40000,6 +40547,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -40070,6 +40618,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -40416,6 +40965,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -40499,6 +41052,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -40840,11 +41433,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -41106,6 +41701,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -41133,7 +41748,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -41862,9 +42477,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -42464,6 +43084,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -42548,7 +43177,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -42625,7 +43254,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -42890,7 +43519,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -43785,6 +44415,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -43826,6 +44457,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -43935,9 +44567,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -43964,6 +44598,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -44084,6 +44719,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -44233,6 +44869,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -44419,6 +45060,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -45424,7 +46069,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -45728,6 +46373,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -45756,7 +46402,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -45808,6 +46454,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -45963,12 +46610,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -45998,6 +46639,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -46725,6 +47375,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -47071,25 +47722,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -47098,29 +47759,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -47465,7 +48140,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -48420,6 +49095,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -48862,7 +49538,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -48876,11 +49552,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49024,7 +49700,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -49032,7 +49708,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -49040,11 +49716,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -49137,6 +49813,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -49163,6 +49840,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -49233,6 +49911,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -49579,6 +50258,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -49662,6 +50345,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -49860,19 +50583,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -50044,6 +50754,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -50248,6 +50974,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -50838,11 +51584,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -51064,7 +51812,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -51792,9 +52540,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -52394,6 +53147,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -52478,7 +53240,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -52555,7 +53317,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -52810,7 +53572,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -53705,6 +54468,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -53746,6 +54510,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -53855,9 +54620,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -53884,6 +54651,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -54004,6 +54772,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -54145,6 +54914,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -54331,6 +55105,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -55336,7 +56114,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -55640,6 +56418,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -55668,7 +56447,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -55720,6 +56499,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemActivity.md index 0520015b5f93..5b6ad8d7ad0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListItemActivity --- @@ -798,6 +798,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1134,25 +1135,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1161,29 +1172,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1528,7 +1553,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2483,6 +2508,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -2925,7 +2951,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -2939,11 +2965,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3087,7 +3113,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3095,7 +3121,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3103,11 +3129,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3200,6 +3226,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3226,6 +3253,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3296,6 +3324,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3642,6 +3671,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3725,6 +3758,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -3852,11 +3925,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -4287,6 +4362,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -4314,7 +4409,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5043,9 +5138,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -5645,6 +5745,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -5729,7 +5838,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -5806,7 +5915,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6071,7 +6180,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -6966,6 +7076,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7007,6 +7118,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7116,9 +7228,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7145,6 +7259,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -7265,6 +7380,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -7414,6 +7530,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -7600,6 +7721,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8605,7 +8730,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -8909,6 +9034,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -8937,7 +9063,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -8989,6 +9115,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -9144,12 +9271,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -9179,6 +9300,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -9851,6 +9981,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10187,25 +10318,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10214,29 +10355,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10581,7 +10736,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11536,6 +11691,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11978,7 +12134,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -11992,11 +12148,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12140,7 +12296,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12148,7 +12304,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12156,11 +12312,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12253,6 +12409,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12279,6 +12436,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12349,6 +12507,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12695,6 +12854,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12778,6 +12941,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13119,11 +13322,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -13385,6 +13590,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [System ]: systemFacet [(Any) ]: This indicates any property can be added to this object. [Owner ]: identitySet @@ -13412,7 +13637,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -14141,9 +14366,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -14743,6 +14973,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -14827,7 +15066,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -14904,7 +15143,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15169,7 +15408,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16064,6 +16304,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -16105,6 +16346,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16214,9 +16456,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16243,6 +16487,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -16363,6 +16608,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16512,6 +16758,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -16698,6 +16949,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17703,7 +17958,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18007,6 +18262,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18035,7 +18291,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18087,6 +18343,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -18242,12 +18499,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -18277,6 +18528,15 @@ Width of the image, in pixels. Read-only. [ListItem ]: listItem [Location ]: geoCoordinates + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -19005,6 +19265,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19341,25 +19602,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19368,29 +19639,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19735,7 +20020,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20690,6 +20975,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21132,7 +21418,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21146,11 +21432,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21294,7 +21580,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21302,7 +21588,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21310,11 +21596,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21407,6 +21693,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21433,6 +21720,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21503,6 +21791,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -21849,6 +22138,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -21932,6 +22225,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22130,19 +22463,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22182,6 +22502,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22458,6 +22794,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23048,11 +23404,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23277,7 +23635,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24005,9 +24363,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24607,6 +24970,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24691,7 +25063,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24768,7 +25140,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25023,7 +25395,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -25918,6 +26291,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -25959,6 +26333,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26068,9 +26443,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26097,6 +26474,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26217,6 +26595,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26358,6 +26737,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26544,6 +26928,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27549,7 +27937,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -27853,6 +28241,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -27881,7 +28270,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27933,6 +28322,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemCreatedByUserMailboxSetting.md index 2c28892878f5..5df9e9e4d0a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemDocumentSetVersion.md index c32783239f78..845cbafc0a67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemDocumentSetVersionField.md index 5d4ebbeef8ee..aa68fedc2005 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemField.md index e43b37feb00c..3b7f081c5924 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistitemfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListItemField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting.md index 3b62651d1ded..a3541fe5acd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemPermission.md index 7a905d8fe122..ce73a4fa4d34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistitempermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListItemPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemVersion.md index 9dcf20f9471f..3259ad4423eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistitemversion Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListItemVersion --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemVersionField.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemVersionField.md index 8838875e6a3c..979f1802f846 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemVersionField.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListLastModifiedByUserMailboxSetting.md index fc00db8287e7..ac98e3106281 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListOperation.md index d1c3627913a6..71e6807c15ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListPermission.md index 61c89295b302..707bf2eea7ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListPermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListSubscription.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListSubscription.md index 3ab8aa5087d8..941eb5980d91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListSubscription.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitelistsubscription Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteListSubscription --- @@ -30,10 +30,11 @@ Update-MgBetaSiteListSubscription -ListId -SiteId -Subscriptio [-ExpirationDateTime ] [-Id ] [-IncludeResourceData] [-LatestSupportedTlsVersion ] [-LifecycleNotificationUrl ] [-NotificationContentType ] [-NotificationQueryOptions ] - [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] + [-VapidPublicKey ] [-WebPushEncryptionP256DhPublicKey ] + [-WebPushEncryptionSecret ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -55,10 +56,11 @@ Update-MgBetaSiteListSubscription -InputObject [-ResponseHeader [-EncryptionCertificateId ] [-ExpirationDateTime ] [-Id ] [-IncludeResourceData] [-LatestSupportedTlsVersion ] [-LifecycleNotificationUrl ] [-NotificationContentType ] [-NotificationQueryOptions ] - [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [-NotificationUrl ] [-NotificationUrlAppId ] [-Resource ] + [-VapidPublicKey ] [-WebPushEncryptionP256DhPublicKey ] + [-WebPushEncryptionSecret ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -920,6 +922,104 @@ AcceptedValues: [] HelpMessage: '' ``` +### -VapidPublicKey + +Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WebPushEncryptionP256DhPublicKey + +Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WebPushEncryptionSecret + +Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -WhatIf Runs the command in a mode that only reports what would happen without performing the actions. @@ -1045,6 +1145,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. INPUTOBJECT ``: Identity Parameter [BaseItemId ]: The unique identifier of baseItem diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteOperation.md index 2c5f6032059e..a704a60d90e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasiteoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteOperation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePage.md index 79bf1b63db5c..8f9fe47ff52f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepage Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePage --- @@ -913,6 +913,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -1249,25 +1250,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -1276,29 +1287,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -1643,7 +1668,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -2598,6 +2623,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -3040,7 +3066,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3054,11 +3080,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3202,7 +3228,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -3210,7 +3236,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -3218,11 +3244,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -3315,6 +3341,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -3341,6 +3368,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -3411,6 +3439,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -3757,6 +3786,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -3840,6 +3873,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -4038,19 +4111,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4222,6 +4282,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -4426,6 +4502,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -5016,11 +5112,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -5242,7 +5340,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -5949,9 +6047,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -6551,6 +6654,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -6635,7 +6747,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -6712,7 +6824,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -6967,7 +7079,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -7862,6 +7975,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -7903,6 +8017,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8012,9 +8127,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8041,6 +8158,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -8161,6 +8279,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8302,6 +8421,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -8488,6 +8612,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9493,7 +9621,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -9797,6 +9925,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -9825,7 +9954,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9877,6 +10006,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -10004,6 +10134,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -10350,25 +10481,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -10377,29 +10518,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -10744,7 +10899,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -11699,6 +11854,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12141,7 +12297,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12155,11 +12311,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12303,7 +12459,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -12311,7 +12467,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -12319,11 +12475,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -12416,6 +12572,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -12442,6 +12599,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -12512,6 +12670,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -12858,6 +13017,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -12941,6 +13104,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -13139,19 +13342,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13323,6 +13513,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -13527,6 +13733,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -14117,11 +14343,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -14343,7 +14571,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -15071,9 +15299,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -15673,6 +15906,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -15757,7 +15999,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -15834,7 +16076,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -16089,7 +16331,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -16984,6 +17227,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -17025,6 +17269,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17134,9 +17379,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17163,6 +17410,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -17283,6 +17531,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17424,6 +17673,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -17610,6 +17864,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18615,7 +18873,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -18919,6 +19177,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -18947,7 +19206,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18999,6 +19258,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode @@ -19169,6 +19429,7 @@ Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Activities ]: The user's activities across devices. Read-only. Nullable. @@ -19515,25 +19776,35 @@ For existing applications, the enforcement date can be retroactively applied. [(Any) ]: This indicates any property can be added to this object. [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: + [BlockedDomains ]: Collection of domain names that are blocked globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedDomains ]: Collection of domain names that are blocked for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedDomainConfiguration [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExemptFormats ]: + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions. +Patterns must follow specific validation rules for standard URI formats or URN formats. [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [BlockedSchemes ]: - [ExemptFormats ]: - [RestrictForAppsCreatedAfterDateTime ]: + [BlockedSchemes ]: Collection of URI schemes that are blocked for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. + [ExemptFormats ]: Collection of URI patterns that are exempt from the blocked scheme restrictions for this platform. +Patterns must follow specific validation rules for standard URI formats or URN formats. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformBlockedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformBlockedSchemeConfiguration @@ -19542,29 +19813,43 @@ For existing applications, the enforcement date can be retroactively applied. [ExcludeActors ]: appManagementPolicyActorExemptions [ExcludeFormats ]: redirectUriWildcardExcludeFormats [(Any) ]: This indicates any property can be added to this object. - [ExcludeWildcardsInPath ]: - [ExcludeWildcardsInPathWithDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [ExcludeWildcardsInPath ]: When true, blocks the use of wildcards in the path portion of redirect URIs. +When false, allows wildcards in paths. + [ExcludeWildcardsInPathWithDomains ]: Collection of domain names where wildcards in the path portion of redirect URIs are blocked. +Accepts only valid host names (no wildcards) as defined in RFC 3986 §3.2.2. +For example, login.microsoft.com or contoso.com. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [State ]: appManagementRestrictionState [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: + [AllowedDomains ]: Collection of domain names that are allowed globally across all platforms. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedDomains ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedDomains ]: Collection of domain names that are allowed for this specific platform. +Domain validation follows RFC 3986 (URI syntax, section 3.2.2 for the host component). +Domain matching is case-insensitive and exact; wildcards are not supported. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedDomainConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedDomainConfiguration [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed globally across all platforms. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme. [ExcludeActors ]: appManagementPolicyActorExemptions [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration [(Any) ]: This indicates any property can be added to this object. - [AllowedSchemes ]: - [RestrictForAppsCreatedAfterDateTime ]: + [AllowedSchemes ]: Collection of URI schemes that are allowed for this specific platform. +Schemes refer to URI schemes as defined in RFC 3986 §3.1. +The value '*' can be used to allow any scheme for this platform. + [RestrictForAppsCreatedAfterDateTime ]: Date and time when this restriction starts applying to newly created applications. +Applications created before this date are not affected. [Spa ]: redirectUriPlatformAllowedSchemeConfiguration [State ]: appManagementRestrictionState [Web ]: redirectUriPlatformAllowedSchemeConfiguration @@ -19909,7 +20194,7 @@ Optional. [Fields ]: The fields to capture to fill the user credentials for password-based single sign-on. [CustomizedLabel ]: Title/label override for customization. [DefaultLabel ]: Label that would be used if no customizedLabel is provided. -Read only. +Read-only. [FieldId ]: Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword. [Type ]: Type of the credential. @@ -20864,6 +21149,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $selec Only one number can be set for this property. Read-only for users synced from on-premises directory. Supports $filter (eq, not, ge, le, startsWith). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21306,7 +21592,7 @@ When the user selects the image, the channel would open the document. [TeamId ]: The identity of the team in which the message was posted. [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21320,11 +21606,11 @@ Content type, such as image/png, image/jpg. [Id ]: The unique identifier for an entity. Read-only. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21468,7 +21754,7 @@ Required. This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. -Read only. +Read-only. [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. Nullable. [Attachments ]: References to attached objects like files, tabs, meetings etc. @@ -21476,7 +21762,7 @@ Nullable. [ChannelIdentity ]: channelIdentity [ChatId ]: If the message was sent in a chat, represents the identity of the chat. [CreatedDateTime ]: Timestamp of when the chat message was created. - [DeletedDateTime ]: Read only. + [DeletedDateTime ]: Read-only. Timestamp at which the chat message was deleted, or null if not deleted. [Etag ]: Read-only. Version number of the chat message. @@ -21484,11 +21770,11 @@ Version number of the chat message. [From ]: chatMessageFromIdentitySet [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. [Importance ]: chatMessageImportance - [LastEditedDateTime ]: Read only. + [LastEditedDateTime ]: Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. - [LastModifiedDateTime ]: Read only. + [LastModifiedDateTime ]: Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. [Locale ]: Locale of the chat message set by the client. Always set to en-us. @@ -21581,6 +21867,7 @@ Not nullable. [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. Not nullable. Read-only. + [ExternalServiceIdentifier ]: [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. Not nullable. Read-only. @@ -21607,6 +21894,7 @@ Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [ExternalServiceIdentifier ]: [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. @@ -21677,6 +21965,7 @@ Read-only. [GroupId ]: The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. [ImageDisplayName ]: Name of the OS image that's on the Cloud PC. + [IsDisasterRecoveryActive ]: [LastLoginResult ]: cloudPcLoginResult [(Any) ]: This indicates any property can be added to this object. [Time ]: The time of the Cloud PC sign in action. @@ -22023,6 +22312,10 @@ For ephemeral content like messages, this might be the same as createdDateTime. [Name ]: Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message'). [SequenceNumber ]: A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used. + [ContextMetadata ]: contextMetadata + [(Any) ]: This indicates any property can be added to this object. + [MetadataProperties ]: customMetadataDictionary + [(Any) ]: This indicates any property can be added to this object. [DeviceMetadata ]: deviceMetadata [(Any) ]: This indicates any property can be added to this object. [DeviceType ]: Optional. @@ -22106,6 +22399,46 @@ This value is usually the combination of the user's first name, middle initial, This property is required when a user is created, and it cannot be cleared during updates. Maximum length is 256 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. + [DistributionLists ]: The personal distribution lists in the user's mailbox. +Read-only. +Nullable. + [Categories ]: The categories associated with the item. + [ChangeKey ]: 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. + [CreatedDateTime ]: 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 + [LastModifiedDateTime ]: 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 ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the distribution list. + [DistributionListMembers ]: The expanded members of the distribution list. +Each member contains detailed information including resolved email addresses. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [Contact ]: contact + [ContactId ]: The ID of the referenced contact, if applicable. +Read-only. + [DisplayName ]: The display name of the member. +Read-only. + [RecipientType ]: recipientType + [Members ]: The list of members in the distribution list. +Not returned by default; use $select=members to include. + [ContactId ]: The ID of the referenced contact, if applicable. +Optional. + [DisplayName ]: The display name of the member. +Optional. + [Key ]: The email address or routing key of the member. +Required. + [RecipientType ]: recipientType + [RoutingType ]: The routing type for the member, for example, SMTP. +Optional. + [Notes ]: + [PersonIdentifier ]: + [SingleValueExtendedProperties ]: [Drive ]: drive [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -22304,19 +22637,6 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. - [LockInfo ]: lockInfo - [(Any) ]: This indicates any property can be added to this object. - [CreatedDateTime ]: - [ExpirationDateTime ]: - [LockType ]: lockType - [Owners ]: - [DisplayName ]: 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 ]: 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. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -22488,6 +22808,22 @@ Writable on OneDrive Personal. [Longitude ]: Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: The date and time when the lock was created, in UTC. +Read-only. + [ExpirationDateTime ]: The date and time when the lock expires, in UTC. +Read-only. + [LockType ]: lockType + [Owners ]: The collection of users that currently hold the lock on the file. +Read-only. + [DisplayName ]: 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 ]: 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. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [Malware ]: malware [(Any) ]: This indicates any property can be added to this object. [Description ]: Contains the virus details for the malware facet. @@ -22692,6 +23028,26 @@ The value allows the client to validate the authenticity of the notification rec Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. + [VapidPublicKey ]: Optional. +The application server's VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained by calling the getVapidPublicKey function on the subscription collection. +The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. +Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8292. + [WebPushEncryptionP256DhPublicKey ]: Optional. +The subscriber's ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('p256dh'). +Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. + [WebPushEncryptionSecret ]: Optional. +The subscriber's auth secret, base64url-encoded (16 bytes pre-encoding). +Obtained from the browser via PushSubscription.getKey('auth'). +Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. +Write-only: this value is never returned in GET responses (returned as null). +Treat as a secret. +Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. +For more information, see RFC 8291 Section 3. [Thumbnails ]: Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. @@ -23282,11 +23638,13 @@ It must be either dateOnly or dateTime. [HyperlinkOrPicture ]: hyperlinkOrPictureColumn [(Any) ]: This indicates any property can be added to this object. [IsPicture ]: Specifies whether the display format used for URL columns is an image or a hyperlink. - [Indexed ]: Specifies whether the column values can used for sorting and searching. + [Indexed ]: Specifies whether the column values can be used for sorting and searching. [IsDeletable ]: Indicates whether this column can be deleted. [IsReorderable ]: Indicates whether values in the column can be reordered. Read-only. [IsSealed ]: Specifies whether the column can be changed. + [IsSearchable ]: Specifies whether the column values can be used for searching. +Currently supported only for columns in a fileStorageContainer. [Lookup ]: lookupColumn [(Any) ]: This indicates any property can be added to this object. [AllowMultipleValues ]: Indicates whether multiple values can be selected from the source. @@ -23508,7 +23866,7 @@ Nullable. [System ]: systemFacet [Drives ]: A collection of drives available for this user. Read-only. - [EmployeeExperience ]: Represents a container that exposes navigation properties for employee experience user resources. + [EmployeeExperience ]: employeeExperienceUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -24236,9 +24594,14 @@ Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. - [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. + [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. +Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. +This property can be specified during group creation or update. +However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. +See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. +cloud security groups. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. @@ -24838,6 +25201,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [SharedWith ]: plannerUserIds [(Any) ]: This indicates any property can be added to this object. + [HistoryItems ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Actor ]: identitySet + [EntityId ]: + [EntityType ]: historyEntityType + [EventType ]: historyEventType + [OccurredDateTime ]: + [PlanId ]: [IsArchived ]: Read-only. If set to true, the plan is archived. An archived plan is read-only. @@ -24922,7 +25294,7 @@ Read-only. Read-only. [AllMembers ]: A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels. - [CreatedDateTime ]: Read only. + [CreatedDateTime ]: Read-only. Timestamp at which the channel was created. [Description ]: Optional textual description for the channel. [DisplayName ]: Channel name as it appears to the user in Microsoft Teams. @@ -24999,7 +25371,7 @@ This is an optional property, only used during team creation and isn't returned [AllowGiphy ]: If set to true, enables Giphy use. [AllowStickersAndMemes ]: If set to true, enables users to include stickers and memes. [GiphyContentRating ]: giphyRatingType - [Group ]: Represents a Microsoft Entra group. + [Group ]: group [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25254,7 +25626,8 @@ Read-only. [StartDateTime ]: The date and time the time off starts in ISO 8601 format and in UTC time. [TimeOffReasonId ]: The reason for the time off. [TimeOffRequestsEnabled ]: Indicates whether time off requests are enabled for the schedule. - [TimeZone ]: Indicates the time zone of the schedule team using tz database format. + [TimeZone ]: The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. +For the full list of valid values, see List of tz database time zones. Required. [TimesOff ]: The instances of times off in the schedule. [CreatedBy ]: identitySet @@ -26149,6 +26522,7 @@ Read-only. [MobilePhone ]: The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [MySite ]: The URL for the user's site. Requires $select to retrieve. [Notifications ]: @@ -26190,6 +26564,7 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. Note: The $ and _ characters can't be used when specifying this property. Supports $filter (eq, ne, not, ge, le, in). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26299,9 +26674,11 @@ Read-only. Optional. [CloudVideoInteropInfo ]: cloudVideoInteropInfo [(Any) ]: This indicates any property can be added to this object. - [MoreInfoWebUrl ]: - [TenantKey ]: - [VideoTeleconferenceId ]: + [MoreInfoWebUrl ]: Provides other video teleconferencing (VTC) dial-in options. +Read-only. + [TenantKey ]: The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26328,6 +26705,7 @@ Optional. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [(Any) ]: This indicates any property can be added to this object. @@ -26448,6 +26826,7 @@ Read-only. [OtherMails ]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26589,6 +26968,11 @@ Read-only. [Decision ]: Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only). + [DelegatedBy ]: The identities of users who delegated this decision item to the current reviewer. +Null if the item wasn't delegated. +A collection because multiple reviewers can delegate to the same user. +Only returned via filterByCurrentUser when explicitly requested via $select. +Read-only. [Insights ]: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. [Id ]: The unique identifier for an entity. @@ -26775,6 +27159,10 @@ Required. [Status ]: This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). +Read-only. + [DelegatedBy ]: The identities of users who delegated this review instance to the current reviewer. +Null if the instance wasn't delegated. +Only returned via filterByCurrentUser when explicitly requested via $select. Read-only. [EndDateTime ]: DateTime when review instance is scheduled to end. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27780,7 +28168,7 @@ This is computed from the authoringLanguages collection in regionalAndLanguageSe The list specifies neutral culture values that include the language code without any country or region association. For example, it would specify 'fr' for the neutral French culture, but not 'fr-FR' for the French culture in France. Returned by default. -Read only. +Read-only. [ShiftPreferences ]: shiftPreferences [(Any) ]: This indicates any property can be added to this object. [CreatedBy ]: identitySet @@ -28084,6 +28472,7 @@ Only the following characters are allowed A - Z, a - z, 0 - 9, ', ., -, _, !, #, For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. +This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it. [UserType ]: A String value that can be used to classify user types in your directory. The possible values are Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). @@ -28112,7 +28501,7 @@ Read-only. [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [IsRegistrationEnabled ]: - [IsRegistrationRequired ]: + [IsRegistrationRequired ]: Indicates whether attendee registration is enabled for the virtual event. [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -28164,6 +28553,7 @@ Read-only. [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings. [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [MeetingType ]: onlineMeetingType [RecordAutomatically ]: Indicates whether to record the meeting automatically. [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayout.md index babb399ee661..00db7fdbdeea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepageassitepagecanvalayout Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageAsSitePageCanvaLayout --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md index f32299cb43a7..0e618113cefa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepageassitepagecanvalayouthorizontalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md index 19c3010a42cd..c2ccc68abc26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepageassitepagecanvalayouthorizontalsectioncolumn Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md index 61efe2f4261d..1e20c16b7d94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepageassitepagecanvalayouthorizontalsectioncolumnwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md index 259f45490129..397d24a58baa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepageassitepagecanvalayoutverticalsection Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md index 59b172ef55ae..5a43f356afa2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepageassitepagecanvalayoutverticalsectionwebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting.md index ed9de59a381c..2a8046d8c40d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepageassitepagecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting.md index 457f6dc836b0..cbac3d218863 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepageassitepagelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageWebPart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageWebPart.md index 0399c13802b6..b399aecee0ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageWebPart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageAsSitePageWebPart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepageassitepagewebpart Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageAsSitePageWebPart --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageCreatedByUserMailboxSetting.md index ead9b042088c..97118308ae4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepagecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageLastModifiedByUserMailboxSetting.md index 255d977bdd7b..73efcb57b594 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePageLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepagelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePageLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePermission.md index 42624ebffeca..d25d2f0b74d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSitePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitepermission Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSitePermission --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStore.md index c9a8143da337..1abdb7204ca4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstore Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStore --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroup.md index 729edc16c34e..96ec4451fd31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoregroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSet.md index ae395746d99f..c76a9ef2e5c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoregroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetChild.md index a8fc70c6ef83..99a24fc0ad15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoregroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetChildRelation.md index a79d176936d5..1cecc63fb499 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoregroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetParentGroup.md index e0fb13faaf53..12db9fc7d6fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoregroupsetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreGroupSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetRelation.md index 448c036401b9..d850458b6b63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoregroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTerm.md index aedccc952ef6..579d739fad3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoregroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermChild.md index 5ff863eb95d3..6cabb6347b70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoregroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermChildRelation.md index dcd8c0257ec7..9f518c0b0c8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoregroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermRelation.md index 4c8282663839..08925a2766db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoregroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSet.md index 56286575b1fd..db5132be7585 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoreset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetChild.md index 3a5922d63129..c5e3ae273dce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetChildRelation.md index d080c61a0170..e93b177d77a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroup.md index 893b091c1e64..d165f61c1e5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetparentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetParentGroup --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSet.md index b9d0a5086a56..8ea6096bc1ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetparentgroupset Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetParentGroupSet --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetChild.md index b40e072aa259..06edc5ef7eb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetparentgroupsetchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetParentGroupSetChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md index 0cd4f22f78ab..39880ea3621d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetparentgroupsetchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetRelation.md index aab6afac20b1..b5cc61145821 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetparentgroupsetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetParentGroupSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTerm.md index 4efb2d37a3f9..70a1e4ebe76c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetparentgroupsetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetParentGroupSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermChild.md index be1707f156b9..e7b338e24125 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetparentgroupsettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetParentGroupSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md index 0cbdc61cfb4b..4772305f5b82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetparentgroupsettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md index c3ed07a87065..682a2a2f15ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetparentgroupsettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetRelation.md index 8e32bf717159..47f3cac39e66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTerm.md index 66cc533b6edc..6a39a3f73203 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresetterm Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetTerm --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermChild.md index 31fca018b434..820cc39486a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresettermchild Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetTermChild --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermChildRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermChildRelation.md index 8282ec582140..ea5126ed7126 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermChildRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermChildRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresettermchildrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetTermChildRelation --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermRelation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermRelation.md index d44ba2647511..157c0de22e2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermRelation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Sites/Update-MgBetaSiteTermStoreSetTermRelation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Sites-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.sites/update-mgbetasitetermstoresettermrelation Locale: en-US Module Name: Microsoft.Graph.Beta.Sites -ms.date: 08/01/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSiteTermStoreSetTermRelation ---